mirror of git://sourceware.org/git/glibc.git
Manual typos: System Configuration Parameters
2016-05-06 Rical Jasan <ricaljasan@pacific.net> * manual/conf.texi: Fix typos in the manual.
This commit is contained in:
parent
61547c480f
commit
d80cf4a6be
|
@ -1,5 +1,7 @@
|
||||||
2016-10-06 Rical Jasan <ricaljasan@pacific.net>
|
2016-10-06 Rical Jasan <ricaljasan@pacific.net>
|
||||||
|
|
||||||
|
* manual/conf.texi: Fix typos in the manual.
|
||||||
|
|
||||||
* manual/sysinfo.texi: Fix typos in the manual.
|
* manual/sysinfo.texi: Fix typos in the manual.
|
||||||
|
|
||||||
* manual/users.texi: Fix typos in the manual.
|
* manual/users.texi: Fix typos in the manual.
|
||||||
|
|
|
@ -148,7 +148,7 @@ should always be defined even if there is no specific imposed limit.
|
||||||
POSIX defines certain system-specific options that not all POSIX systems
|
POSIX defines certain system-specific options that not all POSIX systems
|
||||||
support. Since these options are provided in the kernel, not in the
|
support. Since these options are provided in the kernel, not in the
|
||||||
library, simply using @theglibc{} does not guarantee any of these
|
library, simply using @theglibc{} does not guarantee any of these
|
||||||
features is supported; it depends on the system you are using.
|
features are supported; it depends on the system you are using.
|
||||||
|
|
||||||
@pindex unistd.h
|
@pindex unistd.h
|
||||||
You can test for the availability of a given option using the macros in
|
You can test for the availability of a given option using the macros in
|
||||||
|
@ -466,7 +466,7 @@ Inquire about the parameter corresponding to @code{_POSIX_AIO_MAX}.
|
||||||
@comment unistd.h
|
@comment unistd.h
|
||||||
@comment POSIX.1
|
@comment POSIX.1
|
||||||
@item _SC_AIO_PRIO_DELTA_MAX
|
@item _SC_AIO_PRIO_DELTA_MAX
|
||||||
Inquire the value by which a process can decrease its asynchronous I/O
|
Inquire about the value by which a process can decrease its asynchronous I/O
|
||||||
priority level from its own scheduling priority. This corresponds to the
|
priority level from its own scheduling priority. This corresponds to the
|
||||||
run-time invariant value @code{AIO_PRIO_DELTA_MAX}.
|
run-time invariant value @code{AIO_PRIO_DELTA_MAX}.
|
||||||
|
|
||||||
|
@ -573,7 +573,7 @@ Inquire about the parameter corresponding to @code{_POSIX_PII_OSI_M}.
|
||||||
@comment unistd.h
|
@comment unistd.h
|
||||||
@comment POSIX.1g
|
@comment POSIX.1g
|
||||||
@item _SC_T_IOV_MAX
|
@item _SC_T_IOV_MAX
|
||||||
Inquire the value of the value associated with the @code{T_IOV_MAX}
|
Inquire about the value associated with the @code{T_IOV_MAX}
|
||||||
variable.
|
variable.
|
||||||
|
|
||||||
@comment unistd.h
|
@comment unistd.h
|
||||||
|
@ -888,7 +888,7 @@ Inquire about the number of bits in a variable of a register word.
|
||||||
@comment unistd.h
|
@comment unistd.h
|
||||||
@comment X/Open
|
@comment X/Open
|
||||||
@item _SC_MB_LEN_MAX
|
@item _SC_MB_LEN_MAX
|
||||||
Inquire the maximum length of a multi-byte representation of a wide
|
Inquire about the maximum length of a multi-byte representation of a wide
|
||||||
character value.
|
character value.
|
||||||
|
|
||||||
@comment unistd.h
|
@comment unistd.h
|
||||||
|
@ -1553,7 +1553,7 @@ the collating sequence for a locale.
|
||||||
@comment limits.h
|
@comment limits.h
|
||||||
@comment POSIX.2
|
@comment POSIX.2
|
||||||
@deftypevr Macro int EXPR_NEST_MAX
|
@deftypevr Macro int EXPR_NEST_MAX
|
||||||
The maximum number of expressions that can be nested within parenthesis
|
The maximum number of expressions that can be nested within parentheses
|
||||||
by the @code{expr} utility.
|
by the @code{expr} utility.
|
||||||
@end deftypevr
|
@end deftypevr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue