From: Michael Kerrisk Date: Sun, 5 May 2019 17:32:52 +0000 (-0500) Subject: sysconf.3: Clearly note that _SC_PAGESIZE and _SC_PAGE_SIZE are synonyms X-Git-Tag: man-pages-5.01~15 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fman-pages.git;a=commitdiff_plain;h=f19efb02dfce1bd8bd9f94c5ac733106933dc6a3 sysconf.3: Clearly note that _SC_PAGESIZE and _SC_PAGE_SIZE are synonyms Reported-by: Hugues Evrard Signed-off-by: Michael Kerrisk --- diff --git a/man3/sysconf.3 b/man3/sysconf.3 index 53a968b757..8af5afc474 100644 --- a/man3/sysconf.3 +++ b/man3/sysconf.3 @@ -175,7 +175,15 @@ Must not be less than .BR PAGESIZE " - " _SC_PAGESIZE Size of a page in bytes. Must not be less than 1. -(Some systems use PAGE_SIZE instead.) +.TP +.BR PAGE_SIZE " - " _SC_PAGE_SIZE +A synonym for +.BR PAGESIZE / _SC_PAGESIZE . +(Both +.BR PAGESIZE +and +.BR PAGE_SIZE +are specified in POSIX.) .TP .BR RE_DUP_MAX " - " _SC_RE_DUP_MAX The number of repeated occurrences of a BRE permitted by