From acdad883a07b40da59583252041f8a224f1c9379 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 26 Oct 2015 09:33:38 +0100 Subject: [PATCH] sysconf.3: Use .Dv for _SC*. --- lib/libc/gen/sysconf.3 | 70 +++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index efb9f3c11c..8fa407abf5 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -58,114 +58,114 @@ Symbolic constants for each name value are found in the include file .Pp The available values are as follows: .Bl -tag -width 6n -.It Li _SC_ARG_MAX +.It Dv _SC_ARG_MAX The maximum bytes of argument to .Xr execve 2 . -.It Li _SC_BC_BASE_MAX +.It Dv _SC_BC_BASE_MAX The maximum ibase/obase values in the .Xr bc 1 utility. -.It Li _SC_BC_DIM_MAX +.It Dv _SC_BC_DIM_MAX The maximum array size in the .Xr bc 1 utility. -.It Li _SC_BC_SCALE_MAX +.It Dv _SC_BC_SCALE_MAX The maximum scale value in the .Xr bc 1 utility. -.It Li _SC_BC_STRING_MAX +.It Dv _SC_BC_STRING_MAX The maximum string length in the .Xr bc 1 utility. -.It Li _SC_CHILD_MAX +.It Dv _SC_CHILD_MAX The maximum number of simultaneous processes per user id. -.It Li _SC_CLK_TCK +.It Dv _SC_CLK_TCK The frequency of the statistics clock in ticks per second. -.It Li _SC_COLL_WEIGHTS_MAX +.It Dv _SC_COLL_WEIGHTS_MAX The maximum number of weights that can be assigned to any entry of the LC_COLLATE order keyword in the locale definition file. -.It Li _SC_EXPR_NEST_MAX +.It Dv _SC_EXPR_NEST_MAX The maximum number of expressions that can be nested within parenthesis by the .Xr expr 1 utility. -.It Li _SC_IOV_MAX +.It Dv _SC_IOV_MAX The maximum number of elements in the I/O vector used by .Xr readv 2 , .Xr writev 2 , .Xr recvmsg 2 , and .Xr sendmsg 2 . -.It Li _SC_JOB_CONTROL +.It Dv _SC_JOB_CONTROL Return 1 if job control is available on this system, otherwise \-1. -.It Li _SC_LINE_MAX +.It Dv _SC_LINE_MAX The maximum length in bytes of a text-processing utility's input line. -.It Li _SC_MESSAGE_PASSING +.It Dv _SC_MESSAGE_PASSING Whether Message Passing option is supported. -.It Li _SC_MQ_OPEN_MAX +.It Dv _SC_MQ_OPEN_MAX The maximum number of open message queue descriptors per process. -.It Li _SC_MQ_PRIO_MAX +.It Dv _SC_MQ_PRIO_MAX The maximum number of message priorities supported by the implementation. -.It Li _SC_NGROUPS_MAX +.It Dv _SC_NGROUPS_MAX The maximum number of supplemental groups. -.It Li _SC_NPROCESSORS_CONF +.It Dv _SC_NPROCESSORS_CONF The number of processors configured. -.It Li _SC_NPROCESSORS_ONLN +.It Dv _SC_NPROCESSORS_ONLN The number of processors online. -.It Li _SC_OPEN_MAX +.It Dv _SC_OPEN_MAX The maximum number of open files per user id. -.It Li _SC_PAGESIZE +.It Dv _SC_PAGESIZE The size of a system page in bytes. -.It Li _SC_RE_DUP_MAX +.It Dv _SC_RE_DUP_MAX The maximum number of repeated occurrences of a regular expression permitted when using interval notation. -.It Li _SC_SAVED_IDS +.It Dv _SC_SAVED_IDS Returns 1 if saved set-group and saved set-user ID is available, otherwise \-1. -.It Li _SC_STREAM_MAX +.It Dv _SC_STREAM_MAX The minimum maximum number of streams that a process may have open at any one time. -.It Li _SC_TZNAME_MAX +.It Dv _SC_TZNAME_MAX The minimum maximum number of types supported for the name of a timezone. -.It Li _SC_VERSION +.It Dv _SC_VERSION The version of .St -p1003.1 with which the system attempts to comply. -.It Li _SC_XOPEN_SHM +.It Dv _SC_XOPEN_SHM Return 1 if the system supports the .St -xpg4.2 Shared Memory Feature for both compilation and execution, or 0 if only compilation support is guaranteed. -.It Li _SC_2_C_BIND +.It Dv _SC_2_C_BIND Return 1 if the system's C-language development facilities support the C-Language Bindings Option, otherwise \-1. -.It Li _SC_2_C_DEV +.It Dv _SC_2_C_DEV Return 1 if the system supports the C-Language Development Utilities Option, otherwise \-1. -.It Li _SC_2_CHAR_TERM +.It Dv _SC_2_CHAR_TERM Return 1 if the system supports at least one terminal type capable of all operations described in .St -p1003.2 , otherwise \-1. -.It Li _SC_2_FORT_DEV +.It Dv _SC_2_FORT_DEV Return 1 if the system supports the FORTRAN Development Utilities Option, otherwise \-1. -.It Li _SC_2_FORT_RUN +.It Dv _SC_2_FORT_RUN Return 1 if the system supports the FORTRAN Runtime Utilities Option, otherwise \-1. -.It Li _SC_2_LOCALEDEF +.It Dv _SC_2_LOCALEDEF Return 1 if the system supports the creation of locales, otherwise \-1. -.It Li _SC_2_SW_DEV +.It Dv _SC_2_SW_DEV Return 1 if the system supports the Software Development Utilities Option, otherwise \-1. -.It Li _SC_2_UPE +.It Dv _SC_2_UPE Return 1 if the system supports the User Portability Utilities Option, otherwise \-1. -.It Li _SC_2_VERSION +.It Dv _SC_2_VERSION The version of .St -p1003.2 with which the system attempts to comply. -- 2.41.0