From f54ad2f9ea37204eab24f5bf4b3ebe220d7dcd6b Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 12 Dec 2017 00:11:29 +0100 Subject: 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. --- manual/conf.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') 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}. -- cgit v1.2.3