summaryrefslogtreecommitdiffstats
path: root/man3/sysconf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sysconf.3')
-rw-r--r--man3/sysconf.352
1 files changed, 26 insertions, 26 deletions
diff --git a/man3/sysconf.3 b/man3/sysconf.3
index 1010caa8c..6569f3727 100644
--- a/man3/sysconf.3
+++ b/man3/sysconf.3
@@ -32,11 +32,11 @@ At run time, one can ask for numerical values using the present function
.BR sysconf ().
One can ask for numerical values that may depend
on the filesystem in which a file resides using
-.BR fpathconf (3)
+.MR fpathconf 3
and
-.BR pathconf (3).
+.MR pathconf 3 .
One can ask for string values using
-.BR confstr (3).
+.MR confstr 3 .
.P
The values obtained from these functions are system configuration constants.
They do not change during the lifetime of a process.
@@ -64,7 +64,7 @@ The
argument will be
.BR _SC_FOO .
For a list of options, see
-.BR posixoptions (7).
+.MR posixoptions 7 .
.P
For variables or limits, typically, there is a constant
.BR _FOO ,
@@ -112,7 +112,7 @@ First, the POSIX.1 compatible values.
.TP
.BR ARG_MAX " - " _SC_ARG_MAX
The maximum length of the arguments to the
-.BR exec (3)
+.MR exec 3
family of functions.
Must not be less than
.B _POSIX_ARG_MAX
@@ -127,7 +127,7 @@ Must not be less than
.BR HOST_NAME_MAX " - " _SC_HOST_NAME_MAX
Maximum length of a hostname, not including the terminating null byte,
as returned by
-.BR gethostname (2).
+.MR gethostname 2 .
Must not be less than
.B _POSIX_HOST_NAME_MAX
(255).
@@ -171,9 +171,9 @@ are specified in POSIX.)
.TP
.BR RE_DUP_MAX " - " _SC_RE_DUP_MAX
The number of repeated occurrences of a BRE permitted by
-.BR regexec (3)
+.MR regexec 3
and
-.BR regcomp (3).
+.MR regcomp 3 .
Must not be less than
.B _POSIX2_RE_DUP_MAX
(255).
@@ -222,22 +222,22 @@ Next, the POSIX.2 values, giving limits for utilities.
indicates the maximum
.I obase
value accepted by the
-.BR bc (1)
+.MR bc 1
utility.
.TP
.BR BC_DIM_MAX " - " _SC_BC_DIM_MAX
indicates the maximum value of elements permitted in an array by
-.BR bc (1).
+.MR bc 1 .
.TP
.BR BC_SCALE_MAX " - " _SC_BC_SCALE_MAX
indicates the maximum
.I scale
value allowed by
-.BR bc (1).
+.MR bc 1 .
.TP
.BR BC_STRING_MAX " - " _SC_BC_STRING_MAX
indicates the maximum length of a string accepted by
-.BR bc (1).
+.MR bc 1 .
.TP
.BR COLL_WEIGHTS_MAX " - " _SC_COLL_WEIGHTS_MAX
indicates the maximum numbers of weights that can be assigned to an
@@ -248,7 +248,7 @@ keyword in the locale definition file.
.BR EXPR_NEST_MAX " - " _SC_EXPR_NEST_MAX
is the maximum number of expressions which can be nested within
parentheses by
-.BR expr (1).
+.MR expr 1 .
.TP
.BR LINE_MAX " - " _SC_LINE_MAX
The maximum length of a utility's input line, either from
@@ -279,7 +279,7 @@ indicates whether the POSIX.2 FORTRAN run-time utilities are supported.
.TP
.BR _POSIX2_LOCALEDEF " - " _SC_2_LOCALEDEF
indicates whether the POSIX.2 creation of locales via
-.BR localedef (1)
+.MR localedef 1
is supported.
.TP
.BR POSIX2_SW_DEV " - " _SC_2_SW_DEV
@@ -301,12 +301,12 @@ The number of currently available pages of physical memory.
.BR "" " - " _SC_NPROCESSORS_CONF
The number of processors configured.
See also
-.BR get_nprocs_conf (3).
+.MR get_nprocs_conf 3 .
.TP
.BR "" " - " _SC_NPROCESSORS_ONLN
The number of processors currently online (available).
See also
-.BR get_nprocs_conf (3).
+.MR get_nprocs_conf 3 .
.SH RETURN VALUE
The return value of
.BR sysconf ()
@@ -354,7 +354,7 @@ when the application was compiled.
is invalid.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -374,17 +374,17 @@ POSIX.1-2001.
It is difficult to use
.B ARG_MAX
because it is not specified how much of the argument space for
-.BR exec (3)
+.MR exec 3
is consumed by the user's environment variables.
.P
Some returned values may be huge; they are not suitable for allocating
memory.
.SH SEE ALSO
-.BR bc (1),
-.BR expr (1),
-.BR getconf (1),
-.BR locale (1),
-.BR confstr (3),
-.BR fpathconf (3),
-.BR pathconf (3),
-.BR posixoptions (7)
+.MR bc 1 ,
+.MR expr 1 ,
+.MR getconf 1 ,
+.MR locale 1 ,
+.MR confstr 3 ,
+.MR fpathconf 3 ,
+.MR pathconf 3 ,
+.MR posixoptions 7