summaryrefslogtreecommitdiff
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-04-16 19:36:48 +1200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-04-17 23:09:04 +1200
commit50b5741877349c7b3124d48a2d0cde0a91e84d09 (patch)
tree8ffd46ac0a254c0d6ace1f39aa3d3722a3bd52ba /man7
parent69287cb678589ee38ac5fc99708d83a84cd0ae7b (diff)
Removed trailing white space at end of lines
Diffstat (limited to 'man7')
-rw-r--r--man7/netlink.710
1 files changed, 5 insertions, 5 deletions
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