Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2015-07-23 16:15:22 +02:00
parent 66f050d83e
commit 8cc4d07100
7 changed files with 11 additions and 11 deletions

View File

@ -45,7 +45,7 @@ displays the current locale settings for each locale category (see
based on the settings of the environment variables that control the locale
(see
.BR locale (7)).
Values for variables set in the environment are printed without double
Values for variables set in the environment are printed without double
quotes, implied values are printed with double quotes.
If either the

View File

@ -228,7 +228,7 @@ making it appear as if the file didn't exist.
When a file that exists on the lower layer is renamed,
the file is first copied up (if not already on the upper layer)
and then renamed on the upper, read-write layer.
and then renamed on the upper, read-write layer.
At the same time, the source file needs to be "whiteouted"
(so that the version of the source file in the lower layer
is rendered invisible).

View File

@ -284,7 +284,7 @@ and they run on the same processors.
Instead, the mask
.BR __X32_SYSCALL_BIT
is used on the system call number to tell the two ABIs apart.
.\" As noted by Dave Drysdale in a note at the end of
.\" As noted by Dave Drysdale in a note at the end of
.\" https://lwn.net/Articles/604515/
.\" One additional detail to point out for the x32 ABI case:
.\" the syscall number gets a high bit set (__X32_SYSCALL_BIT),
@ -293,7 +293,7 @@ is used on the system call number to tell the two ABIs apart.
.\" If x32 support is included in the kernel, then __SYSCALL_MASK
.\" will have a value that is not all-ones, and this will trigger
.\" an extra instruction in system_call to mask off the extra bit,
.\" so that the syscall table indexing still works.
.\" so that the syscall table indexing still works.
This means that in order to create a seccomp-based
blacklist for system calls performed through the x86-64 ABI,

View File

@ -199,7 +199,7 @@ is not open for writing.
does not reference a regular file.
.TP
.BR EINVAL " or " EBADF
The file descriptor
The file descriptor
.I fd
is not open for writing.
POSIX permits, and portable applications should handle,

View File

@ -927,7 +927,7 @@ LIST_FOREACH(np, &head, entries)
.\" LIST_REMOVE(np, entries);
.\" free(np);
.\" }
.\"
.\"
while (!LIST_EMPTY(&head)) { /* List Deletion. */
n1 = LIST_FIRST(&head);
LIST_REMOVE(n1, entries);

View File

@ -31,7 +31,7 @@ strfmon, strfmon_l \- convert monetary value to a string
.BI "ssize_t strfmon(char *" s ", size_t " max ", const char *" format ,
.B "...);"
.BI "ssize_t strfmon_l(char *" s ", size_t " max ", locale_t " locale ",
.BI "ssize_t strfmon_l(char *" s ", size_t " max ", locale_t " locale ",
.B const char *" format , "...);"
.fi
.SH DESCRIPTION
@ -195,7 +195,7 @@ outputs
in the
.I nl_NL
locale.
The
The
.IR de_DE ,
.IR de_CH ,
.IR en_AU ,

View File

@ -491,8 +491,8 @@ a transliteration rule file
(and optionally a repertoire map file).
.TP
.I default_missing
in the transliteration rules section
defines the default character to be used for
in the transliteration rules section
defines the default character to be used for
transliteration where none of the targets cannot be presented
in the target character set.
.TP
@ -1171,7 +1171,7 @@ means the ending date is the end of time.
.TP
.I era_name
The name of the era corresponding to the
.I %EC
.I %EC
descriptor (see
.BR strptime (3)).
.TP