manual/conf.texi: add a missing underscore in front of SC_SSIZE_MAX [BZ #22588]
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 11 Dec 2017 23:11:29 +0000 (00:11 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 11 Dec 2017 23:11:29 +0000 (00:11 +0100)
Changelog:
* manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.

ChangeLog
manual/conf.texi

index e0d956b23e024dcbff0e93d3f1bb7c3af7af0775..c7101781100a96d76871282adfd71637edc6f3e7 100644 (file)
--- 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 +=.
index 62ab4441392cb894c27c18a21d3b382c09ddc644..f1dce4aa44be0f2913df499fb16770b4ecaaa2b7 100644 (file)
@@ -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}.