diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-04-16 19:36:48 +1200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-04-17 23:09:04 +1200 |
| commit | 50b5741877349c7b3124d48a2d0cde0a91e84d09 (patch) | |
| tree | 8ffd46ac0a254c0d6ace1f39aa3d3722a3bd52ba | |
| parent | 69287cb678589ee38ac5fc99708d83a84cd0ae7b (diff) | |
| download | man-pages-50b5741877349c7b3124d48a2d0cde0a91e84d09.tar.gz | |
Removed trailing white space at end of lines
| -rw-r--r-- | man2/fchmodat.2 | 2 | ||||
| -rw-r--r-- | man2/prctl.2 | 2 | ||||
| -rw-r--r-- | man7/netlink.7 | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/man2/fchmodat.2 b/man2/fchmodat.2 index 79c805334b..478ad01b17 100644 --- a/man2/fchmodat.2 +++ b/man2/fchmodat.2 @@ -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. diff --git a/man2/prctl.2 b/man2/prctl.2 index c8979e3f6e..6f63908941 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -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 diff --git a/man7/netlink.7 b/man7/netlink.7 index 27e9fda269..caf398d25c 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -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 |
