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)
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
.BR fchmodat ()
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.
However, there are cases, such as self-modifying programs,
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
option enabled.
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.
Some Linux kernel subsystems may additionally allow other users
to send and/or receive messages.
As at Linux 3.0, the
.BR NETLINK_KOBJECT_UEVENT ,
As at Linux 3.0, the
.BR NETLINK_KOBJECT_UEVENT ,
.BR NETLINK_GENERIC ,
.BR NETLINK_ROUTE ,
and
.BR NETLINK_SELINUX
.BR NETLINK_ROUTE ,
and
.BR NETLINK_SELINUX
groups allow other users to receive messages.
No groups allow other users to send messages.
.SH VERSIONS