diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2016-10-06 12:24:07 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:24:07 +0530 |
commit | d80cf4a6be1e913b4c9d1f64772ff2bb4e3391af (patch) | |
tree | 7b49325e626e0b1faa7caada191d3a87844707be /manual | |
parent | 61547c480f25f224fb6847d52b6d3555b9906f98 (diff) | |
download | glibc-d80cf4a6be1e913b4c9d1f64772ff2bb4e3391af.zip glibc-d80cf4a6be1e913b4c9d1f64772ff2bb4e3391af.tar.gz glibc-d80cf4a6be1e913b4c9d1f64772ff2bb4e3391af.tar.bz2 |
Manual typos: System Configuration Parameters
2016-05-06 Rical Jasan <ricaljasan@pacific.net>
* manual/conf.texi: Fix typos in the manual.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/conf.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/conf.texi b/manual/conf.texi index 82a8766..78b7a4d 100644 --- a/manual/conf.texi +++ b/manual/conf.texi @@ -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 support. Since these options are provided in the kernel, not in the 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 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 POSIX.1 @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 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 POSIX.1g @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. @comment unistd.h @@ -888,7 +888,7 @@ Inquire about the number of bits in a variable of a register word. @comment unistd.h @comment X/Open @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. @comment unistd.h @@ -1553,7 +1553,7 @@ the collating sequence for a locale. @comment limits.h @comment POSIX.2 @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. @end deftypevr |