summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2021-10-15 06:55:31 +0900
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-10-18 13:31:15 -0300
commitad6feef1b0c2cc6d7ad29c5cc4e14ba16f360f06 (patch)
tree02155c746148484f1f4a178e52f152a421d070ca /manual
parent06acd6d1d6f485f2751dcfec881044938742bc8e (diff)
downloadglibc-ad6feef1b0c2cc6d7ad29c5cc4e14ba16f360f06.tar.gz
glibc-ad6feef1b0c2cc6d7ad29c5cc4e14ba16f360f06.tar.xz
glibc-ad6feef1b0c2cc6d7ad29c5cc4e14ba16f360f06.zip
manual: Update _TIME_BITS to clarify it's user defined
The current language reads "This macro determines...", changing to
"Define this macro...".  This is consistent with other feature macro
documentation language.

When I first read the previous language it seems to indicate that the
macro is already defined.  By changing the language to "Define this
macro..." it's clear that its the user's responsibility to define it.
Diffstat (limited to 'manual')
-rw-r--r--manual/creature.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/creature.texi b/manual/creature.texi
index c13de52f1f..6193e0735c 100644
--- a/manual/creature.texi
+++ b/manual/creature.texi
@@ -171,8 +171,8 @@ This macro was introduced as part of the Large File Support extension
 @end defvr
 
 @defvr Macro _TIME_BITS
-This macro determines the bit size of @code{time_t}, and therefore the
-bit size of all @code{time_t}-derived types and the prototypes of all
+Define this macro to control the bit size of @code{time_t}, and therefore
+the bit size of all @code{time_t}-derived types and the prototypes of all
 related functions.
 
 @enumerate