diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:07:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:07:24 +0000 |
commit | c0966f6327d1868647d015629afd53b59bcb8dc0 (patch) | |
tree | f7c4ae5e9ac1e09c66d63c2335509155d956dc51 /doc/elglob.html | |
parent | 1a3ab3a967e133ea64f7c9dab86aa88723baa9cd (diff) | |
download | execline-c0966f6327d1868647d015629afd53b59bcb8dc0.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/elglob.html')
-rw-r--r-- | doc/elglob.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/elglob.html b/doc/elglob.html index 3df2541..0870d2d 100644 --- a/doc/elglob.html +++ b/doc/elglob.html @@ -31,7 +31,7 @@ another program. <ul> <li> <tt>elglob</tt> performs -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/glob.html">globbing</a> +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/glob.html">globbing</a> on <em>pattern</em>. </li> <li> It then performs <a href="el_substitute.html">variable substitution</a> on |