summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-06-25 17:45:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-06-25 17:45:08 +0000
commit2f91e401e77b71c120e52fb22ab69792ba6229a0 (patch)
treefd7f6fdb39ed51d633d261b7f872a47ba2ef0b90
parentef2949192076d12d99e69d6ef6daed70cd930adb (diff)
`Li' needs an argument;
-rw-r--r--lib/libc/gen/sysconf.314
1 files changed, 5 insertions, 9 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index a5b0f5275d6..38ed8d1d09e 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysconf.3,v 1.24 2008/06/25 14:54:44 millert Exp $
+.\" $OpenBSD: sysconf.3,v 1.25 2008/06/25 17:45:07 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -152,25 +152,21 @@ does not support the Semaphores Option.
The number of pages of physical memory.
.It Li _SC_AVPHYS_PAGES
The number of pages of physical memory not currently in use by the system.
-.It Li
-_SC_GETGR_R_SIZE_MAX
+.It Li _SC_GETGR_R_SIZE_MAX
The maximum size of the data buffer for the
.Fn getgrgid_r
and
.Fn getgrnam_r
functions.
-.It Li
-_SC_GETPW_R_SIZE_MAX
+.It Li _SC_GETPW_R_SIZE_MAX
The maximum size of the data buffer for the
.Fn getgrgid_r
and
.Fn getgrnam_r
functions.
-.It Li
-_SC_LOGIN_NAME_MAX
+.It Li _SC_LOGIN_NAME_MAX
The maximum length of a login name.
-.It Li
-_SC_THREAD_SAFE_FUNCTIONS
+.It Li _SC_THREAD_SAFE_FUNCTIONS
The level of support for thread-safe (re-entrant) functions.
.El
.Sh RETURN VALUES