Module Name: src
Committed By: wiz
Date: Wed Jan 19 08:37:56 UTC 2011
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
Use St for POSIX references.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/share/man/man7/sysctl.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.57 src/share/man/man7/sysctl.7:1.58
--- src/share/man/man7/sysctl.7:1.57 Wed Jan 19 08:34:19 2011
+++ src/share/man/man7/sysctl.7 Wed Jan 19 08:37:56 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.57 2011/01/19 08:34:19 wiz Exp $
+.\" $NetBSD: sysctl.7,v 1.58 2011/01/19 08:37:56 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -509,7 +509,9 @@
.It Li kern.fscale ( KERN_FSCALE )
The kernel fixed-point scale factor.
.It Li kern.fsync ( KERN_FSYNC )
-Return 1 if the POSIX 1003.1b File Synchronization Option is available
+Return 1 if the
+.St -p1003.1b-93
+File Synchronization Option is available
on this system,
otherwise\ 0.
.It Li kern.hardclock_ticks ( KERN_HARDCLOCK_TICKS )
@@ -643,8 +645,9 @@
.Xr core 5
file, and whether the coredump was created.
.It Li kern.mapped_files ( KERN_MAPPED_FILES )
-Returns 1 if the POSIX 1003.1b Memory Mapped Files Option is available
-on this system,
+Returns 1 if the
+.St -p1003.1b-93
+Memory Mapped Files Option is available on this system,
otherwise\ 0.
.It Li kern.maxfiles ( KERN_MAXFILES )
The maximum number of open files that may be open in the system.
@@ -697,16 +700,19 @@
direct-mapped pool pages.
.El
.It Li kern.memlock ( KERN_MEMLOCK )
-Returns 1 if the POSIX 1003.1b Process Memory Locking Option is available
-on this system,
+Returns 1 if the
+.St -p1003.1b-93
+Process Memory Locking Option is available on this system,
otherwise\ 0.
.It Li kern.memlock_range ( KERN_MEMLOCK_RANGE )
-Returns 1 if the POSIX 1003.1b Range Memory Locking Option is available
-on this system,
+Returns 1 if the
+.St -p1003.1b-93
+Range Memory Locking Option is available on this system,
otherwise\ 0.
.It Li kern.memory_protection ( KERN_MEMORY_PROTECTION )
-Returns 1 if the POSIX 1003.1b Memory Protection Option is available
-on this system,
+Returns 1 if the
+.St -p1003.1b-93
+Memory Protection Option is available on this system,
otherwise\ 0.
.It Li kern.module
Settings related to kernel modules.
@@ -729,7 +735,8 @@
debug messages related to kernel modules.
.El
.It Li kern.monotonic_clock ( KERN_MONOTONIC_CLOCK )
-Returns the standard version the implementation of the POSIX 1003.1b
+Returns the standard version the implementation of the
+.St -p1003.1b-93
Monotonic Clock Option conforms to,
otherwise\ 0.
.It Li kern.mqueue
@@ -821,8 +828,9 @@
.\" XXX: Undocumented .It Li kern.posix ( ? )
.\" This is a node in which the only variable is semmax.
.It Li kern.posix1version ( KERN_POSIX1 )
-The version of ISO/IEC 9945 (POSIX 1003.1) with which the system
-attempts to comply.
+The version of ISO/IEC 9945
+.Pq St -p1003.1
+with which the system attempts to comply.
.It Li kern.posix_aio
The version of
.St -p1003.1
@@ -977,8 +985,9 @@
Maximum amount of kernel memory to be used for socket buffers.
.\" XXX units?
.It Li kern.synchronized_io ( KERN_SYNCHRONIZED_IO )
-Returns 1 if the POSIX 1003.1b Synchronized I/O Option is available
-on this system,
+Returns 1 if the
+.St -p1003.1b-93
+Synchronized I/O Option is available on this system,
otherwise\ 0.
.It Li kern.timecounter ( dynamic )
Display and control the timecounter source of the system.
@@ -2025,7 +2034,9 @@
line.
.It Li user.posix2_char_term ( 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 ( USER_POSIX2_C_BIND )
Return 1 if the system's C-language development facilities support the
C-Language Bindings Option, otherwise\ 0.
@@ -2047,7 +2058,9 @@
Return 1 if the system supports the User Portability Utilities Option,
otherwise\ 0.
.It Li user.posix2_version ( 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 ( USER_RE_DUP_MAX )
The maximum number of repeated occurrences of a regular expression
permitted when using interval notation.