about summary refs log tree commit diff
path: root/manual/time.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/time.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/time.texi')
-rw-r--r--manual/time.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/time.texi b/manual/time.texi
index 4d154452eb..9e98131487 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -2864,7 +2864,7 @@ without getting interrupted by a signal, this is zero.
 @code{struct timespec} is described in @xref{Elapsed Time}.
 
 If the function returns because the interval is over the return value is
-zero.  If the function returns @math{-1} the global variable @var{errno}
+zero.  If the function returns @math{-1} the global variable @code{errno}
 is set to the following values:
 
 @table @code