summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-23 16:15:22 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-07-23 16:15:22 +0200
commit8cc4d07100bfa71a900cc58369ed27ecaffb372a (patch)
tree542c941285a0c63c8eccfeda9cfe568567018ad4
parent66f050d83e295493d8b71994d13cbf60d3fb4422 (diff)
Removed trailing white space at end of lines
-rw-r--r--man1/locale.12
-rw-r--r--man2/rename.22
-rw-r--r--man2/seccomp.24
-rw-r--r--man2/truncate.22
-rw-r--r--man3/queue.32
-rw-r--r--man3/strfmon.34
-rw-r--r--man5/locale.56
7 files changed, 11 insertions, 11 deletions
diff --git a/man1/locale.1 b/man1/locale.1
index e9858fe1c..c10355f40 100644
--- a/man1/locale.1
+++ b/man1/locale.1
@@ -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
diff --git a/man2/rename.2 b/man2/rename.2
index e7a9e20f8..ca3b93230 100644
--- a/man2/rename.2
+++ b/man2/rename.2
@@ -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).
diff --git a/man2/seccomp.2 b/man2/seccomp.2
index 107892533..76de5388d 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -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,
diff --git a/man2/truncate.2 b/man2/truncate.2
index 5525e2ec5..ae39c0dfe 100644
--- a/man2/truncate.2
+++ b/man2/truncate.2
@@ -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,
diff --git a/man3/queue.3 b/man3/queue.3
index 08f500beb..7d26b54c6 100644
--- a/man3/queue.3
+++ b/man3/queue.3
@@ -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);
diff --git a/man3/strfmon.3 b/man3/strfmon.3
index 93aaa6ff5..816bd953e 100644
--- a/man3/strfmon.3
+++ b/man3/strfmon.3
@@ -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 ,
diff --git a/man5/locale.5 b/man5/locale.5
index bb62a87c2..ae2c70734 100644
--- a/man5/locale.5
+++ b/man5/locale.5
@@ -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