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
and
.I nodemask
specified a nonempty set;
specified a non-empty set;
or
.I mode
is

View File

@ -182,7 +182,7 @@ exists but is not a directory.
.TP
.BR ENOTEMPTY " or " EEXIST
.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
.BR EPERM " or " EACCES
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.
In order
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.
The scheduling policy determines for
each process, where it will be inserted into the list of processes

View File

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

View File

@ -95,7 +95,7 @@ In recent kernels the size can be queried with command type 10.
The call
.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.
It returns
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.
The pair (NULL,0) is an argz vector, and, conversely,
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),
so that
.BR free (3)

View File

@ -134,7 +134,7 @@ the library is loaded.)
.B RTLD_NOW
If this value is specified, or the environment variable
.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
.BR dlopen ()
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.
.TP
.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
.IR char ,
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
A
.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,
usually '.'), optionally followed by a decimal exponent.
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.
.LP
A
.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,
optionally followed by a binary exponent.
A binary exponent
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.
At least one of radix character and binary exponent must be present.
.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.
Put another way: the tokens returned by
.BR strtok ()
are always nonempty strings.
are always non-empty strings.
The
.BR strtok_r ()

View File

@ -45,7 +45,7 @@ the foreground process group on the terminal associated to
.IR fd ,
which must be the controlling terminal of the calling process,
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.
.LP
If

View File

@ -48,7 +48,7 @@ The first form,
.BI hd X,
is used to address the whole drive.
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.
However, partition numbers 1-4 are given to the
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
may not be fully portable to other POSIX.2 implementations.
.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 `|'.
It matches anything that matches one of the branches.
.PP

View File

@ -141,14 +141,14 @@ directories that are also set-user-ID will be loaded.
.TP
.B LD_BIND_NOW
(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
when they are first referenced.
This is useful when using a debugger.
.TP
.B LD_TRACE_LOADED_OBJECTS
(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
.BR ldd (1),
instead of running normally.
@ -158,7 +158,7 @@ many obsolete or only for internal use.
.TP
.B LD_WARN
(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
.B LD_NOWARN
(a.out only)(libc5)
@ -190,7 +190,7 @@ is ignored for set-user-ID/set-group-ID binaries.
.TP
.B LD_VERBOSE
(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
.B LD_TRACE_LOADED_OBJECTS
has been set, or