diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2017-12-12 00:11:29 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2017-12-12 00:11:29 +0100 |
commit | f54ad2f9ea37204eab24f5bf4b3ebe220d7dcd6b (patch) | |
tree | 7e0e2112299dd9bd47b539c8eebdb23921e2f620 | |
parent | 36975e8e7ea227f7006abdc722ecfefe2079429b (diff) | |
download | glibc-f54ad2f9ea37204eab24f5bf4b3ebe220d7dcd6b.tar.gz glibc-f54ad2f9ea37204eab24f5bf4b3ebe220d7dcd6b.tar.xz glibc-f54ad2f9ea37204eab24f5bf4b3ebe220d7dcd6b.zip |
manual/conf.texi: add a missing underscore in front of SC_SSIZE_MAX [BZ #22588]
Changelog: * manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/conf.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e0d956b23e..c710178110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-12-12 Aurelien Jarno <aurelien@aurel32.net> + + [BZ #22588] + * manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX. + 2017-12-11 H.J. Lu <hongjiu.lu@intel.com> * argp/Makefile (CFLAGS-argp-help.c): Replace = with +=. diff --git a/manual/conf.texi b/manual/conf.texi index 62ab444139..f1dce4aa44 100644 --- a/manual/conf.texi +++ b/manual/conf.texi @@ -841,7 +841,7 @@ character value. Inquire about the value used to internally represent the zero priority level for the process execution. -@item SC_SSIZE_MAX +@item _SC_SSIZE_MAX @standards{X/Open, unistd.h} Inquire about the maximum value which can be stored in a variable of type @code{ssize_t}. |