Small wording fixes -- express <= and >= in words when in running text.

This commit is contained in:
Michael Kerrisk 2008-07-09 19:38:19 +00:00
parent c04c44f86d
commit 74aace8a7f
6 changed files with 9 additions and 9 deletions

View File

@ -186,7 +186,7 @@ the effective user ID of the caller to match
the real or effective user ID of the process \fIwho\fP.
All BSD-like systems (SunOS 4.1.3, Ultrix 4.2,
4.3BSD, FreeBSD 4.3, OpenBSD-2.5, ...) behave in the same
manner as Linux >= 2.6.12.
manner as Linux 2.6.12 and later.
.LP
The actual priority range varies between kernel versions.
Linux before 1.3.36 had \-infinity..15.

View File

@ -27,8 +27,8 @@ the maximum number of bytes needed to represent a single
wide character in the current locale.
It is locale dependent and therefore not a compile-time constant.
.SH "RETURN VALUE"
An integer >= 1 and <=
.BR MB_LEN_MAX .
An integer in the range [1,
.BR MB_LEN_MAX ].
The value 1 denotes traditional 8-bit encoded characters.
.SH "CONFORMING TO"
C99, POSIX.1-2001.

View File

@ -25,7 +25,7 @@ The
macro is the upper bound for the number of bytes needed to represent a single
wide character, across all locales.
.SH "RETURN VALUE"
A constant integer >= 1.
A constant integer greater than zero.
.SH "CONFORMING TO"
C99, POSIX.1-2001.
.SH NOTES

View File

@ -68,7 +68,7 @@ instead of
.IR <rpc/auth_des.h> .
.SH "BUGS"
.BR rtime ()
in glibc <= 2.2.5 does not work properly on 64-bit machines.
in glibc 2.2.5 and earlier does not work properly on 64-bit machines.
.SH "EXAMPLE"
This example requires that port 37 is up and open.
You may check

View File

@ -416,7 +416,7 @@ Set various drive and driver options according to bits encoded in
.IR mt_count .
These consist of the drive's buffering mode, a set of Boolean driver
options, the buffer write threshold, defaults for the block size and
density, and timeouts (only in kernels >= 2.1).
density, and timeouts (only in kernels 2.1 and later).
A single operation can affect only one item in the list above (the
Booleans counted as one item.)
.IP
@ -773,7 +773,7 @@ the drive is set not to buffer data.
.HP
\fBGMT_CLN\fP(\fIx\fP):
The drive has requested cleaning.
Implemented in kernels >= 2.4.19 and 2.5.43.
Implemented in kernels since 2.4.19 and 2.5.43.
.RE
.IP \fImt_erreg\fP
The only field defined in

View File

@ -1977,8 +1977,8 @@ determines
how often the kernel checks the amount of free space (value is in
seconds).
Default values are 4, 2 and 30.
That is, suspend accounting if <= 2% of space is free; resume it
if >= 4% of space is free; consider information about amount of free space
That is, suspend accounting if 2% or less space is free; resume it
if 4% or more space is free; consider information about amount of free space
valid for 30 seconds.
.TP
.\" FIXME . Move this description to capabilities.7?