diff options
author | 2008-06-25 17:45:07 +0000 | |
---|---|---|
committer | 2008-06-25 17:45:07 +0000 | |
commit | 7b2d027473111ff583ee48d932cf7a7d585f23ce (patch) | |
tree | 67d16a931536fcb79cae24582e29443721ac32c5 /lib | |
parent | use pools for the uio and iovec allocations in sr_crypto_getcryptop() (diff) | |
download | wireguard-openbsd-7b2d027473111ff583ee48d932cf7a7d585f23ce.tar.xz wireguard-openbsd-7b2d027473111ff583ee48d932cf7a7d585f23ce.zip |
`Li' needs an argument;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 14 |
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 |