diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 21:24:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 21:24:22 +0000 |
commit | e995764d51674c3bfd0717fdfbf24af85952e88e (patch) | |
tree | bfacced16115700d9af42f1c630b556ff440b2a6 /lib/libc/gen/sysconf.3 | |
parent | 93618cc06c778bc3a041fff3896e1dcb920eafdc (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/sysconf.3')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index cec04b53e49..5905100460c 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysconf.3,v 1.8 1999/05/27 20:49:33 aaron Exp $ +.\" $OpenBSD: sysconf.3,v 1.9 1999/05/29 21:24:21 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -79,10 +79,10 @@ at any one time. The minimum maximum number of types supported for the name of a timezone. .It Li _SC_JOB_CONTROL -Return 1 if job control is available on this system, otherwise \-1. +Return 1 if job control is available on this system, otherwise -1. .It Li _SC_SAVED_IDS -Returns 1 if saved set-group and saved set-user ID is available, -otherwise \-1. +Returns 1 if saved set-group-ID and saved set-user-ID is available, +otherwise -1. .It Li _SC_VERSION The version of ISO/IEC 9945 (POSIX 1003.1) with which the system attempts to comply. @@ -120,40 +120,40 @@ permitted when using interval notation. The version of POSIX 1003.2 with which the system attempts to comply. .It Li _SC_2_C_BIND Return 1 if the system's C-language development facilities support the -C-Language Bindings Option, otherwise \-1. +C-Language Bindings Option, otherwise -1. .It Li _SC_2_C_DEV Return 1 if the system supports the C-Language Development Utilities Option, -otherwise \-1. +otherwise -1. .It Li _SC_2_CHAR_TERM Return 1 if the system supports at least one terminal type capable of -all operations described in POSIX 1003.2, otherwise \-1. +all operations described in POSIX 1003.2, otherwise -1. .It Li _SC_2_FORT_DEV Return 1 if the system supports the FORTRAN Development Utilities Option, -otherwise \-1. +otherwise -1. .It Li _SC_2_FORT_RUN Return 1 if the system supports the FORTRAN Runtime Utilities Option, -otherwise \-1. +otherwise -1. .It Li _SC_2_LOCALEDEF -Return 1 if the system supports the creation of locales, otherwise \-1. +Return 1 if the system supports the creation of locales, otherwise -1. .It Li _SC_2_SW_DEV Return 1 if the system supports the Software Development Utilities Option, -otherwise \-1. +otherwise -1. .It Li _SC_2_UPE Return 1 if the system supports the User Portability Utilities Option, -otherwise \-1. +otherwise -1. .It Li _SC_PAGESIZE The size of a system page in bytes. .It Li _SC_FSYNC -Return 1 if the system supports the File Synchronisation Option, otherwise \-1. +Return 1 if the system supports the File Synchronisation Option, otherwise -1. .El .Sh RETURN VALUES If the call to -.Nm sysconf -is not successful, \-1 is returned and +.Fn sysconf +is not successful, -1 is returned and .Va errno is set appropriately. Otherwise, if the variable is associated with functionality that is not -supported, \-1 is returned and +supported, -1 is returned and .Va errno is not modified. Otherwise, the current variable value is returned. @@ -184,6 +184,6 @@ function conforms to .St -p1003.1-88 . .Sh HISTORY The -.Nm sysconf +.Fn sysconf function first appeared in .Bx 4.4 . |