From 700ac1e056a4d8737dc07710f7b4efe8b0205ff5 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sun, 8 Mar 2009 10:49:18 +0000 Subject: [PATCH] sysconf(3): document _SC_PAGESIZE sysconf option --- lib/libc/gen/sysconf.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index cfa508e720..df9be02e7c 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -156,6 +156,8 @@ otherwise \-1. .It Li _SC_2_UPE Return 1 if the system supports the User Portability Utilities Option, otherwise \-1. +.It Li _SC_PAGESIZE +The size of a system page in bytes. .It Li _SC_NPROCESSORS_CONF The number of processors configured. .It Li _SC_NPROCESSORS_ONLN -- 2.41.0