about summary refs log tree commit diff
path: root/manual/search.texi
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-01-07 11:42:04 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-01-07 11:42:04 +0100
commit010fe2317732b009e096cba9df14d5a56ec28de9 (patch)
treeaa3b9b35ea883421ef6d66161beaabbee59ff639 /manual/search.texi
parentb79dc8d0fec37d774d6c7161c96b2cd543c155de (diff)
downloadglibc-010fe2317732b009e096cba9df14d5a56ec28de9.tar.gz
glibc-010fe2317732b009e096cba9df14d5a56ec28de9.tar.xz
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 'manual/search.texi')
-rw-r--r--manual/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/search.texi b/manual/search.texi
index 57dad7a56d..1574c96562 100644
--- a/manual/search.texi
+++ b/manual/search.texi
@@ -449,7 +449,7 @@ entry in the table is not the return value of the function.  It is
 returned by storing it in a pointer variable pointed to by the
 @var{retval} parameter.  The return value of the function is an integer
 value indicating success if it is non-zero and failure if it is zero.
-In the latter case the global variable @var{errno} signals the reason for
+In the latter case the global variable @code{errno} signals the reason for
 the failure.
 
 @table @code