Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2017-11-26 12:42:22 +01:00
parent 1c6f59c276
commit c6688cd124
4 changed files with 5 additions and 5 deletions

View File

@ -244,7 +244,7 @@ the backing storage or wait for a lock.
If some data was successfully read, it will return the number of bytes read. If some data was successfully read, it will return the number of bytes read.
If no bytes were read, it will return -1 and set If no bytes were read, it will return -1 and set
.IR errno .IR errno
to to
.BR EAGAIN . .BR EAGAIN .
Currently, this flag is meaningful only for Currently, this flag is meaningful only for
.BR preadv2 (). .BR preadv2 ().

View File

@ -638,14 +638,14 @@ Otherwise, if the action is either
.BR SECCOMP_RET_KILL_PROCESS .BR SECCOMP_RET_KILL_PROCESS
or or
.BR SECCOMP_RET_KILL_THREAD , .BR SECCOMP_RET_KILL_THREAD ,
and that action appears in the and that action appears in the
.IR actions_logged .IR actions_logged
file, the action is logged. file, the action is logged.
.IP * .IP *
Otherwise, if the filter has requested logging (the Otherwise, if the filter has requested logging (the
.BR SECCOMP_FILTER_FLAG_LOG .BR SECCOMP_FILTER_FLAG_LOG
flag) flag)
and the action appears in the and the action appears in the
.IR actions_logged .IR actions_logged
file, the action is logged. file, the action is logged.
.IP * .IP *

View File

@ -331,7 +331,7 @@ was
In the lead up to the release of the Linux 2.4 kernel, In the lead up to the release of the Linux 2.4 kernel,
.\" Linux 2.3.40 .\" Linux 2.3.40
.\" After quite a bit of web and mail archive searching, .\" After quite a bit of web and mail archive searching,
.\" I could not find the patch on any mailing list, and I .\" I could not find the patch on any mailing list, and I
.\" could find no place where the rationale for this change .\" could find no place where the rationale for this change
.\" explained -- mtk .\" explained -- mtk
a change was made to allow a change was made to allow

View File

@ -54,7 +54,7 @@ are the names assigned to the two connected end points.
.PP .PP
Packets transmitted on one device in the pair are immediately received on Packets transmitted on one device in the pair are immediately received on
the other device. the other device.
When either devices is down the link state of the pair is down. When either devices is down the link state of the pair is down.
.PP .PP
.B veth .B veth
device pairs are useful for combining the network device pairs are useful for combining the network