summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-26 16:12:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-26 16:12:39 +0000
commitfdc1fef594942944b640ba0a59d53d8bbefdfe15 (patch)
tree067a2a95b98c9e778d23072694e405080aa89891 /lib
parent2fba8dcd5261e4205f55075a85b6600b6f520022 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysconf.312
-rw-r--r--lib/libc/gen/sysctl.312
2 files changed, 18 insertions, 6 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index 4bc1fd970331..559a77192583 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -88,7 +88,9 @@ Return 1 if job control is available on this system, otherwise \-1.
Returns 1 if saved set-group 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
+The version of
+.St -p1003.1
+with which the system
attempts to comply.
.It Li _SC_BC_BASE_MAX
The maximum ibase/obase values in the
@@ -121,7 +123,9 @@ line.
The maximum number of repeated occurrences of a regular expression
permitted when using interval notation.
.It Li _SC_2_VERSION
-The version of POSIX 1003.2 with which the system attempts to comply.
+The version of
+.St -p1003.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.
@@ -130,7 +134,9 @@ Return 1 if the system supports the C-Language Development Utilities Option,
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
+.St -p1003.2 ,
+otherwise \-1.
.It Li _SC_2_FORT_DEV
Return 1 if the system supports the FORTRAN Development Utilities Option,
otherwise \-1.
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 82f1b74d8795..5aa6b073e8d1 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -412,7 +412,9 @@ The system revision string.
.It Li KERN_OSTYPE
The system type string.
.It Li KERN_POSIX1
-The version of ISO/IEC 9945 (POSIX 1003.1) with which the system
+The version of
+.St -p1003.1
+with which the system
attempts to comply.
.It Li KERN_PROC
Return the entire process table, or a subset of it.
@@ -655,7 +657,9 @@ The maximum length in bytes of a text-processing utility's input
line.
.It Li USER_POSIX2_CHAR_TERM
Return 1 if the system supports at least one terminal type capable of
-all operations described in POSIX 1003.2, otherwise 0.
+all operations described in
+.St -p1003.2 ,
+otherwise 0.
.It Li USER_POSIX2_C_BIND
Return 1 if the system's C-language development facilities support the
C-Language Bindings Option, otherwise 0.
@@ -677,7 +681,9 @@ otherwise 0.
Return 1 if the system supports the User Portability Utilities Option,
otherwise 0.
.It Li USER_POSIX2_VERSION
-The version of POSIX 1003.2 with which the system attempts to comply.
+The version of
+.St -p1003.2
+with which the system attempts to comply.
.It Li USER_RE_DUP_MAX
The maximum number of repeated occurrences of a regular expression
permitted when using interval notation.