diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-01-07 11:42:04 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-01-07 11:42:04 +0100 |
commit | 010fe2317732b009e096cba9df14d5a56ec28de9 (patch) | |
tree | aa3b9b35ea883421ef6d66161beaabbee59ff639 /ChangeLog | |
parent | b79dc8d0fec37d774d6c7161c96b2cd543c155de (diff) | |
download | glibc-010fe2317732b009e096cba9df14d5a56ec28de9.tar glibc-010fe2317732b009e096cba9df14d5a56ec28de9.tar.gz glibc-010fe2317732b009e096cba9df14d5a56ec28de9.tar.bz2 glibc-010fe2317732b009e096cba9df14d5a56ec28de9.zip |
manual: Use @code{errno} instead of @var{errno} [BZ #24063]
@var is intended for placeholders (such as function parameters).
Actual variables need to use @code because @var causes upper-case
output, resulting in a different C identifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2019-01-07 Florian Weimer <fweimer@redhat.com> + + [BZ #24063] + * manual/arith.texi (Math Error Reporting): Use @code{errno} + instead of @var{errno}. + (Parsing of Integers): Likewise. + (Parsing of Floats): Likewise. + * manual/filesys.texi (Working with Directory Trees): Likewise. + (Temporary Files): Likewise. + * manual/job.texi (Terminal Access Functions): Likewise. + * manual/llio.texi (Synchronizing I/O): Likewise. + * manual/math.texi (SVID Random): Likewise. + * manual/message.texi (The catgets Functions): Likewise. + (Translation with gettext): Likewise. + (Locating gettext catalog): Likewise. + (Charset conversion in gettext): Likewise. + * manual/nss.texi (NSS Module Function Internals): Likewise. + * manual/search.texi (Hash Search Function): Likewise. + * manual/setjmp.texi (System V contexts): Likewise. + * manual/time.texi (Sleeping): Likewise. + * manual/users.texi (Lookup User): Likewise. + (Lookup Group): Likewise. + 2019-01-05 Adhemerval Zanella <adhemerval.zanella@linaro.org> * posix/tst-spawn.c (do_test): Extend spargv to new required size and |