Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2012-04-16 19:36:48 +12:00
parent 69287cb678
commit 50b5741877
3 changed files with 7 additions and 7 deletions

View File

@ -142,7 +142,7 @@ See
.BR openat (2) .BR openat (2)
for an explanation of the need for for an explanation of the need for
This page documents the interface provided by the This page documents the interface provided by the
glibc wrapper function for the glibc wrapper function for the
.BR fchmodat () .BR fchmodat ()
system call. system call.

View File

@ -387,7 +387,7 @@ Usually these fields are set by the kernel and dynamic loader (see
for more information) and a regular application should not use this feature. for more information) and a regular application should not use this feature.
However, there are cases, such as self-modifying programs, However, there are cases, such as self-modifying programs,
where a program might find it useful to change its own memory map. where a program might find it useful to change its own memory map.
This feature is available only if the kernel is built with the This feature is available only if the kernel is built with the
.BR CONFIG_CHECKPOINT_RESTORE .BR CONFIG_CHECKPOINT_RESTORE
option enabled. option enabled.
The calling process must have the The calling process must have the

View File

@ -345,12 +345,12 @@ Any replies to a message received for a multicast group should be
sent back to the sending PID and the multicast group. sent back to the sending PID and the multicast group.
Some Linux kernel subsystems may additionally allow other users Some Linux kernel subsystems may additionally allow other users
to send and/or receive messages. to send and/or receive messages.
As at Linux 3.0, the As at Linux 3.0, the
.BR NETLINK_KOBJECT_UEVENT , .BR NETLINK_KOBJECT_UEVENT ,
.BR NETLINK_GENERIC , .BR NETLINK_GENERIC ,
.BR NETLINK_ROUTE , .BR NETLINK_ROUTE ,
and and
.BR NETLINK_SELINUX .BR NETLINK_SELINUX
groups allow other users to receive messages. groups allow other users to receive messages.
No groups allow other users to send messages. No groups allow other users to send messages.
.SH VERSIONS .SH VERSIONS