Hyphenation fixes

This commit is contained in:
Michael Kerrisk 2007-12-26 11:17:23 +00:00
parent 0b4deed8dc
commit a43eed0cdc
13 changed files with 14 additions and 14 deletions

View File

@ -93,7 +93,7 @@ or
Whether it flushes
standard I/O buffers and removes temporary files created with
.BR tmpfile (3)
is implementation dependent.
is implementation-dependent.
On the other hand,
.BR _exit ()
does close open file descriptors, and this may cause an unknown delay,

View File

@ -123,7 +123,7 @@ Whether
.B PROT_EXEC
has any effect different from
.B PROT_READ
is architecture and kernel version dependent.
is architecture- and kernel version-dependent.
On some hardware architectures (e.g., i386),
.B PROT_WRITE
implies

View File

@ -96,7 +96,7 @@ Thus, there is no NULL error return.
.SH BUGS
The
.BR alloca ()
function is machine and compiler dependent.
function is machine- and compiler- dependent.
On many systems
its implementation is buggy.
Its use is discouraged.

View File

@ -176,7 +176,7 @@ If specified, this routine must return the number of bytes of the second key
argument which are necessary to determine that it is greater than the first
key argument.
If the keys are equal, the key length should be returned.
Note, the usefulness of this routine is very data dependent, but, in some
Note, the usefulness of this routine is very data-dependent, but, in some
data sets can produce significantly reduced tree sizes and search times.
If
.I prefix

View File

@ -30,7 +30,7 @@ for converting byte sequences from character encoding \fIfromcode\fP to
character encoding \fItocode\fP.
.PP
The values permitted for \fIfromcode\fP and \fItocode\fP and the supported
combinations are system dependent.
combinations are system-dependent.
For the GNU C library, the permitted
values are listed by the \fBiconv \-\-list\fP command, and all combinations
of the listed values are supported.

View File

@ -87,7 +87,7 @@ is
.BR """""" ,
each part of the locale that should be modified is set according to the
environment variables.
The details are implementation dependent.
The details are implementation-dependent.
For glibc, first
.\" [This is false on my system - must check which library versions do this]
.\" if

View File

@ -86,7 +86,7 @@ or (iii) an infinity, or (iv) a NAN (not-a-number).
A
.I "decimal number"
consists of a nonempty 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.
A decimal exponent consists of an 'E' or 'e', followed by an
optional plus or minus sign, followed by a nonempty sequence of

View File

@ -24,7 +24,7 @@ wctrans \- wide-character translation mapping
The \fIwctrans_t\fP type represents a mapping
which can map a wide character to
another wide character.
Its nature is implementation dependent, but the special
Its nature is implementation-dependent, but the special
value \fI(wctrans_t)\ 0\fP denotes an invalid mapping.
Nonzero \fIwctrans_t\fP
values can be passed to the

View File

@ -24,7 +24,7 @@ wctype \- wide-character classification
The \fBwctype_t\fP type represents a property which a wide character may or
may not have.
In other words, it represents a class of wide characters.
This type's nature is implementation dependent, but the special value
This type's nature is implementation-dependent, but the special value
\fI(wctype_t) 0\fP denotes an invalid property.
Nonzero \fBwctype_t\fP values
can be passed to the

View File

@ -203,7 +203,7 @@ category of the current locale at
compile time.
This is because the
.I wchar_t
representation is platform and locale dependent.
representation is platform- and locale-dependent.
(The glibc represents
wide characters using their Unicode (ISO-10646) code point, but other
platforms don't do this.

View File

@ -269,7 +269,7 @@ Because of this,
binaries using the old libc5 struct will corrupt
.IR /var/run/utmp " and/or " /var/log/wtmp .
.SH NOTES
The file format is machine dependent, so it is recommended that it be
The file format is machine-dependent, so it is recommended that it be
processed only on the machine architecture where it was created.
.PP
Note that on platforms which can run both 32-bit and 64-bit applications

View File

@ -251,8 +251,8 @@ The
.I neigh/*
sysctls did not exist before Linux 2.2.
.SH BUGS
Some timer settings are specified in jiffies, which is architecture
and kernel version dependent; see
Some timer settings are specified in jiffies, which is architecture-
and kernel version-dependent; see
.BR time (7).
There is no way to signal positive feedback from user space.

View File

@ -119,7 +119,7 @@ the calling thread.
.SS "Standard Signals"
Linux supports the standard signals listed below.
Several signal numbers
are architecture dependent, as indicated in the "Value" column.
are architecture-dependent, as indicated in the "Value" column.
(Where three values are given, the first one is usually valid for
alpha and sparc, the middle one for i386, ppc and sh, and
the last one for mips.