diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2014-02-02 21:50:54 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2014-02-02 21:50:54 -0200 |
commit | 597636d736b2f50ad7f6ef3f73cdd4d5be86e3af (patch) | |
tree | c7661bb988ae5aa6384da983d0494f44a289b16e | |
parent | * manual/check-safety.sh: New. (diff) | |
download | glibc-597636d736b2f50ad7f6ef3f73cdd4d5be86e3af.tar.gz glibc-597636d736b2f50ad7f6ef3f73cdd4d5be86e3af.tar.bz2 glibc-597636d736b2f50ad7f6ef3f73cdd4d5be86e3af.zip |
* manual/time.texi (timegm): Add missing blank after @c.
Reported by Joseph Myers <joseph@codesourcery.com>.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/time.texi | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2014-02-02 Alexandre Oliva <aoliva@redhat.com> + + * manual/time.texi (timegm): Add missing blank after @c. + Reported by Joseph Myers <joseph@codesourcery.com>. + 2014-02-01 Alexandre Oliva <aoliva@redhat.com> * manual/check-safety.sh: New. diff --git a/manual/time.texi b/manual/time.texi index 56eada82a4..d46d2c8f4b 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -939,7 +939,7 @@ available. @code{timelocal} is rather rare. @c reinitialization, so all issues may arise. @c tzset dup @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd @c mktime_internal(gmtime_r) @asulock @aculock -@c...gmtime_r @asulock @aculock +@c ..gmtime_r @asulock @aculock @c ... dup ok @c tz_convert(!use_localtime) @asulock @aculock @c ... dup @asulock @aculock |