summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-10-03 00:01:00 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-10-03 00:01:00 +0200
commit6f9e0e572ed199fbaf2d9132fdbf60c73bd6f375 (patch)
treed060b33d2e2677342450e4ab97f00838acfc4fc4
parentbc65e772368ee078e79113af222c8e817a254e75 (diff)
Removed trailing white space at end of lines
-rw-r--r--man1/pldd.12
-rw-r--r--man2/getrlimit.22
-rw-r--r--man7/koi8-r.72
-rw-r--r--man7/mq_overview.76
4 files changed, 6 insertions, 6 deletions
diff --git a/man1/pldd.1 b/man1/pldd.1
index 277395793..fcab64af5 100644
--- a/man1/pldd.1
+++ b/man1/pldd.1
@@ -33,7 +33,7 @@ pldd \- display dynamic shared objects linked into a process
.SH DESCRIPTION
The
.B pldd
-command displays a list of the dynamic shared objects that are
+command displays a list of the dynamic shared objects that are
linked into the process with the specified process ID.
The list includes the libraries that have been dynamically loaded using
.BR dlopen (3).
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index cf7e14df5..ca25413ca 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -253,7 +253,7 @@ against this limit according to the formula:
Since Linux 3.5:
bytes = attr.mq_maxmsg * sizeof(struct msg_msg) +
min(attr.mq_maxmsg, MQ_PRIO_MAX) *
- sizeof(struct posix_msg_tree_node)+
+ sizeof(struct posix_msg_tree_node)+
/* For overhead */
attr.mq_maxmsg * attr.mq_msgsize;
/* For message data */
diff --git a/man7/koi8-r.7 b/man7/koi8-r.7
index b69ef0744..691509961 100644
--- a/man7/koi8-r.7
+++ b/man7/koi8-r.7
@@ -27,7 +27,7 @@
koi8-r \- Russian character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-RFC\ 1489 defines an 8-bit character set, KOI8-R.
+RFC\ 1489 defines an 8-bit character set, KOI8-R.
KOI8-R encodes the
characters used in Russian.
.SS KOI8-R characters
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7
index c6a02a535..7bade59a6 100644
--- a/man7/mq_overview.7
+++ b/man7/mq_overview.7
@@ -143,7 +143,7 @@ the default attributes for new message queues:
.IR /proc/sys/fs/mqueue/msg_default " (since Linux 3.5)"
This file defines the value used for a new queue's
.I mq_maxmsg
-setting when the queue is created with a call to
+setting when the queue is created with a call to
.BR mq_open (3)
where
.I attr
@@ -204,7 +204,7 @@ Since Linux 3.5:
.IR /proc/sys/fs/mqueue/msgsize_default " (since Linux 3.5)"
This file defines the value used for a new queue's
.I mq_msgsize
-setting when the queue is created with a call to
+setting when the queue is created with a call to
.BR mq_open (3)
where
.I attr
@@ -257,7 +257,7 @@ The
.I msgsize_max
limit is ignored for privileged process
.RB ( CAP_SYS_RESOURCE ),
-but, since Linux 3.5, the
+but, since Linux 3.5, the
.BR HARD_MSGSIZEMAX
ceiling is enforced for privileged processes.
.TP