diff options
-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 79c80533..478ad01b 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 c8979e3f..6f639089 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 27e9fda2..caf398d2 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 |