s/nonempty/non-empty/

This commit is contained in:
Michael Kerrisk 2008-03-19 13:11:38 +00:00
parent 2169c23cf5
commit 1f04cc9731
14 changed files with 20 additions and 20 deletions

View File

@ -291,7 +291,7 @@ is
.B MPOL_DEFAULT .B MPOL_DEFAULT
and and
.I nodemask .I nodemask
specified a nonempty set; specified a non-empty set;
or or
.I mode .I mode
is is

View File

@ -182,7 +182,7 @@ exists but is not a directory.
.TP .TP
.BR ENOTEMPTY " or " EEXIST .BR ENOTEMPTY " or " EEXIST
.I newpath .I newpath
is a nonempty directory, that is, contains entries other than "." and "..". is a non-empty directory, that is, contains entries other than "." and "..".
.TP .TP
.BR EPERM " or " EACCES .BR EPERM " or " EACCES
The directory containing The directory containing

View File

@ -99,7 +99,7 @@ processes for each possible \fIsched_priority\fP value, and
\fIsched_priority\fP can have a value in the range 0 to 99. \fIsched_priority\fP can have a value in the range 0 to 99.
In order In order
to determine the process that runs next, the Linux scheduler looks for to determine the process that runs next, the Linux scheduler looks for
the nonempty list with the highest static priority and takes the the non-empty list with the highest static priority and takes the
process at the head of this list. process at the head of this list.
The scheduling policy determines for The scheduling policy determines for
each process, where it will be inserted into the list of processes each process, where it will be inserted into the list of processes

View File

@ -194,7 +194,7 @@ is
.B MPOL_DEFAULT .B MPOL_DEFAULT
and and
.I nodemask .I nodemask
is nonempty, is non-empty,
or or
.I mode .I mode
is is

View File

@ -95,7 +95,7 @@ In recent kernels the size can be queried with command type 10.
The call The call
.I "syslog(2,buf,len)" .I "syslog(2,buf,len)"
waits until this kernel log buffer is nonempty, and then reads waits until this kernel log buffer is non-empty, and then reads
at most \fIlen\fP bytes into the buffer \fIbuf\fP. at most \fIlen\fP bytes into the buffer \fIbuf\fP.
It returns It returns
the number of bytes read. the number of bytes read.

View File

@ -61,7 +61,7 @@ If the length is nonzero, the last byte of the buffer must be a null byte.
These functions are for handling argz vectors. These functions are for handling argz vectors.
The pair (NULL,0) is an argz vector, and, conversely, The pair (NULL,0) is an argz vector, and, conversely,
argz vectors of length 0 must have NULL pointer. argz vectors of length 0 must have NULL pointer.
Allocation of nonempty argz vectors is done using Allocation of non-empty argz vectors is done using
.BR malloc (3), .BR malloc (3),
so that so that
.BR free (3) .BR free (3)

View File

@ -134,7 +134,7 @@ the library is loaded.)
.B RTLD_NOW .B RTLD_NOW
If this value is specified, or the environment variable If this value is specified, or the environment variable
.B LD_BIND_NOW .B LD_BIND_NOW
is set to a nonempty string, is set to a non-empty string,
all undefined symbols in the library are resolved before all undefined symbols in the library are resolved before
.BR dlopen () .BR dlopen ()
returns. returns.

View File

@ -464,7 +464,7 @@ The usual skip of leading white space is suppressed.
To skip white space first, use an explicit space in the format. To skip white space first, use an explicit space in the format.
.TP .TP
.B \&[ .B \&[
Matches a nonempty sequence of characters from the specified set of Matches a non-empty sequence of characters from the specified set of
accepted characters; the next pointer must be a pointer to accepted characters; the next pointer must be a pointer to
.IR char , .IR char ,
and there must be enough room for all the characters in the string, plus a and there must be enough room for all the characters in the string, plus a

View File

@ -85,21 +85,21 @@ or (iii) an infinity, or (iv) a NAN (not-a-number).
.LP .LP
A A
.I "decimal number" .I "decimal number"
consists of a nonempty sequence of decimal digits consists of a non-empty sequence of decimal digits
possibly containing a radix character (decimal point, locale-dependent, possibly containing a radix character (decimal point, locale-dependent,
usually '.'), optionally followed by a decimal exponent. usually '.'), optionally followed by a decimal exponent.
A decimal exponent consists of an 'E' or 'e', followed by an A decimal exponent consists of an 'E' or 'e', followed by an
optional plus or minus sign, followed by a nonempty sequence of optional plus or minus sign, followed by a non-empty sequence of
decimal digits, and indicates multiplication by a power of 10. decimal digits, and indicates multiplication by a power of 10.
.LP .LP
A A
.I "hexadecimal number" .I "hexadecimal number"
consists of a "0x" or "0X" followed by a nonempty sequence of consists of a "0x" or "0X" followed by a non-empty sequence of
hexadecimal digits possibly containing a radix character, hexadecimal digits possibly containing a radix character,
optionally followed by a binary exponent. optionally followed by a binary exponent.
A binary exponent A binary exponent
consists of a 'P' or 'p', followed by an optional consists of a 'P' or 'p', followed by an optional
plus or minus sign, followed by a nonempty sequence of plus or minus sign, followed by a non-empty sequence of
decimal digits, and indicates multiplication by a power of 2. decimal digits, and indicates multiplication by a power of 2.
At least one of radix character and binary exponent must be present. At least one of radix character and binary exponent must be present.
.LP .LP

View File

@ -76,7 +76,7 @@ the parsed string is considered to be a single delimiter.
Delimiter characters at the start or end of the string are ignored. Delimiter characters at the start or end of the string are ignored.
Put another way: the tokens returned by Put another way: the tokens returned by
.BR strtok () .BR strtok ()
are always nonempty strings. are always non-empty strings.
The The
.BR strtok_r () .BR strtok_r ()

View File

@ -45,7 +45,7 @@ the foreground process group on the terminal associated to
.IR fd , .IR fd ,
which must be the controlling terminal of the calling process, which must be the controlling terminal of the calling process,
and still be associated with its session. and still be associated with its session.
Moreover, \fIpgrp\fP must be a (nonempty) process group belonging to Moreover, \fIpgrp\fP must be a (non-empty) process group belonging to
the same session as the calling process. the same session as the calling process.
.LP .LP
If If

View File

@ -48,7 +48,7 @@ The first form,
.BI hd X, .BI hd X,
is used to address the whole drive. is used to address the whole drive.
Partition numbers are assigned in the order the partitions Partition numbers are assigned in the order the partitions
are discovered, and only nonempty, non-extended partitions are discovered, and only non-empty, non-extended partitions
get a number. get a number.
However, partition numbers 1-4 are given to the However, partition numbers 1-4 are given to the
four partitions described in the MBR (the `primary' partitions), four partitions described in the MBR (the `primary' partitions),

View File

@ -50,7 +50,7 @@ POSIX.2 leaves some aspects of RE syntax and semantics open;
`\*(dg' marks decisions on these aspects that `\*(dg' marks decisions on these aspects that
may not be fully portable to other POSIX.2 implementations. may not be fully portable to other POSIX.2 implementations.
.PP .PP
A (modern) RE is one\*(dg or more nonempty\*(dg \fIbranches\fR, A (modern) RE is one\*(dg or more non-empty\*(dg \fIbranches\fR,
separated by `|'. separated by `|'.
It matches anything that matches one of the branches. It matches anything that matches one of the branches.
.PP .PP

View File

@ -141,14 +141,14 @@ directories that are also set-user-ID will be loaded.
.TP .TP
.B LD_BIND_NOW .B LD_BIND_NOW
(libc5; glibc since 2.1.1) (libc5; glibc since 2.1.1)
If set to nonempty string, causes the dynamic linker to resolve all symbols If set to non-empty string, causes the dynamic linker to resolve all symbols
at program startup instead of deferring function call resolval to the point at program startup instead of deferring function call resolval to the point
when they are first referenced. when they are first referenced.
This is useful when using a debugger. This is useful when using a debugger.
.TP .TP
.B LD_TRACE_LOADED_OBJECTS .B LD_TRACE_LOADED_OBJECTS
(ELF only) (ELF only)
If set to nonempty string, causes the program to list its dynamic library If set to non-empty string, causes the program to list its dynamic library
dependencies, as if run by dependencies, as if run by
.BR ldd (1), .BR ldd (1),
instead of running normally. instead of running normally.
@ -158,7 +158,7 @@ many obsolete or only for internal use.
.TP .TP
.B LD_WARN .B LD_WARN
(ELF only)(glibc since 2.1.3) (ELF only)(glibc since 2.1.3)
If set to nonempty string, warn about unresolved symbols. If set to non-empty string, warn about unresolved symbols.
.TP .TP
.B LD_NOWARN .B LD_NOWARN
(a.out only)(libc5) (a.out only)(libc5)
@ -190,7 +190,7 @@ is ignored for set-user-ID/set-group-ID binaries.
.TP .TP
.B LD_VERBOSE .B LD_VERBOSE
(glibc since 2.1) (glibc since 2.1)
If set to nonempty string, output symbol versioning information about the If set to non-empty string, output symbol versioning information about the
program if querying information about the program (i.e. either program if querying information about the program (i.e. either
.B LD_TRACE_LOADED_OBJECTS .B LD_TRACE_LOADED_OBJECTS
has been set, or has been set, or