summaryrefslogtreecommitdiff
path: root/lib/stat.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-22 23:23:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-22 23:25:29 -0700
commit9e78024bad107fe786cc3e5e328a475921ea0873 (patch)
tree15cecf41e2eb10fdca8b44a78379cea6c20a87f1 /lib/stat.c
parentcb5185a539e681cbe26a6ee0de6f0f214d0ca5c0 (diff)
downloadgnulib-9e78024bad107fe786cc3e5e328a475921ea0873.tar.gz
Update some URLs
This is a clerical change that mostly changes http: to https: in URLs where either will work. It also updates some URLs that have moved, removes some URLs that no longer work, and fixes related text.
Diffstat (limited to 'lib/stat.c')
-rw-r--r--lib/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stat.c b/lib/stat.c
index 1c28aa4529..92285008c9 100644
--- a/lib/stat.c
+++ b/lib/stat.c
@@ -113,7 +113,7 @@ rpl_stat (char const *name, struct stat *buf)
around length limitations
<https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file> ? */
- /* POSIX <http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_13>
+ /* POSIX <https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_13>
specifies: "More than two leading <slash> characters shall be treated as
a single <slash> character." */
if (ISSLASH (name[0]) && ISSLASH (name[1]) && ISSLASH (name[2]))