summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-24 08:15:12 -0700
committerKarl Berry <karl@freefriends.org>2019-09-24 08:15:12 -0700
commit298a678983973337814abc1529b23698714f220a (patch)
treec63f39628475aa14856aad72396f6378271101d8
parent505e3dbfa8a784815ce0830ef891abb90bcce3dd (diff)
downloadgnulib-298a678983973337814abc1529b23698714f220a.tar.gz
gnulib-298a678983973337814abc1529b23698714f220a.tar.bz2
autoupdate
-rw-r--r--doc/gnu-oids.texi4
-rw-r--r--lib/mktime.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/gnu-oids.texi b/doc/gnu-oids.texi
index 559042c146..761936e846 100644
--- a/doc/gnu-oids.texi
+++ b/doc/gnu-oids.texi
@@ -7,8 +7,8 @@
@c notice and this notice are preserved.
@c
@c When adding new OIDs, please add them also to
-@c https://www.alvestrand.no/objectid/
-@c (Our page is https://www.alvestrand.no/objectid/1.3.6.1.4.1.11591.html.)
+@c http://www.alvestrand.no/objectid/
+@c (Our page is http://www.alvestrand.no/objectid/1.3.6.1.4.1.11591.html.)
1.3.6.1.4.1.11591 GNU
diff --git a/lib/mktime.c b/lib/mktime.c
index 11b0d5353b..8fe2f963ae 100644
--- a/lib/mktime.c
+++ b/lib/mktime.c
@@ -78,7 +78,7 @@ my_tzset (void)
- Time zone names based on geography, without slashes, e.g.
"Singapore".
- Time zone names that contain explicit DST rules. Syntax: see
- <https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03>
+ <http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03>
The Microsoft CRT understands only the first kind. It produces incorrect
results if the value of TZ is of the other kinds.
But in a Cygwin environment, /etc/profile.d/tzset.sh sets TZ to a value

Return to:

Send suggestions and report system problems to the System administrator.