[Bug manual/24063] @var{errno} should be @code{errno}
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Mon Jan 7 10:47:00 GMT 2019
https://sourceware.org/bugzilla/show_bug.cgi?id=24063
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 010fe2317732b009e096cba9df14d5a56ec28de9 (commit)
from b79dc8d0fec37d774d6c7161c96b2cd543c155de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=010fe2317732b009e096cba9df14d5a56ec28de9
commit 010fe2317732b009e096cba9df14d5a56ec28de9
Author: Florian Weimer <fweimer@redhat.com>
Date: Mon Jan 7 11:42:04 2019 +0100
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.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 23 +++++++++++++++++++++++
manual/arith.texi | 14 +++++++-------
manual/filesys.texi | 6 +++---
manual/job.texi | 2 +-
manual/llio.texi | 4 ++--
manual/math.texi | 2 +-
manual/message.texi | 18 +++++++++---------
manual/nss.texi | 4 ++--
manual/search.texi | 2 +-
manual/setjmp.texi | 4 ++--
manual/time.texi | 2 +-
manual/users.texi | 4 ++--
12 files changed, 54 insertions(+), 31 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list