Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2014-10-03 00:01:00 +02:00
parent bc65e77236
commit 6f9e0e572e
4 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ pldd \- display dynamic shared objects linked into a process
.SH DESCRIPTION .SH DESCRIPTION
The The
.B pldd .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. linked into the process with the specified process ID.
The list includes the libraries that have been dynamically loaded using The list includes the libraries that have been dynamically loaded using
.BR dlopen (3). .BR dlopen (3).

View File

@ -253,7 +253,7 @@ against this limit according to the formula:
Since Linux 3.5: Since Linux 3.5:
bytes = attr.mq_maxmsg * sizeof(struct msg_msg) + bytes = attr.mq_maxmsg * sizeof(struct msg_msg) +
min(attr.mq_maxmsg, MQ_PRIO_MAX) * min(attr.mq_maxmsg, MQ_PRIO_MAX) *
sizeof(struct posix_msg_tree_node)+ sizeof(struct posix_msg_tree_node)+
/* For overhead */ /* For overhead */
attr.mq_maxmsg * attr.mq_msgsize; attr.mq_maxmsg * attr.mq_msgsize;
/* For message data */ /* For message data */

View File

@ -27,7 +27,7 @@
koi8-r \- Russian character set encoded in octal, decimal, koi8-r \- Russian character set encoded in octal, decimal,
and hexadecimal and hexadecimal
.SH DESCRIPTION .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 KOI8-R encodes the
characters used in Russian. characters used in Russian.
.SS KOI8-R characters .SS KOI8-R characters

View File

@ -143,7 +143,7 @@ the default attributes for new message queues:
.IR /proc/sys/fs/mqueue/msg_default " (since Linux 3.5)" .IR /proc/sys/fs/mqueue/msg_default " (since Linux 3.5)"
This file defines the value used for a new queue's This file defines the value used for a new queue's
.I mq_maxmsg .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) .BR mq_open (3)
where where
.I attr .I attr
@ -204,7 +204,7 @@ Since Linux 3.5:
.IR /proc/sys/fs/mqueue/msgsize_default " (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 This file defines the value used for a new queue's
.I mq_msgsize .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) .BR mq_open (3)
where where
.I attr .I attr
@ -257,7 +257,7 @@ The
.I msgsize_max .I msgsize_max
limit is ignored for privileged process limit is ignored for privileged process
.RB ( CAP_SYS_RESOURCE ), .RB ( CAP_SYS_RESOURCE ),
but, since Linux 3.5, the but, since Linux 3.5, the
.BR HARD_MSGSIZEMAX .BR HARD_MSGSIZEMAX
ceiling is enforced for privileged processes. ceiling is enforced for privileged processes.
.TP .TP