diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-11 06:21:00 +1300 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-11 06:21:00 +1300 |
| commit | f577d7ef7a14f2f4b8c945381badd006bc42b835 (patch) | |
| tree | 86bb33fc1c8b325a1c7584de008c80c74915b5ff | |
| parent | 76c637e18cf75cae0fb71bec8c1fdc4728ebe5bf (diff) | |
| download | man-pages-f577d7ef7a14f2f4b8c945381badd006bc42b835.tar.gz | |
netdevice.7, packet.7, udp.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/netdevice.7 | 6 | ||||
| -rw-r--r-- | man7/packet.7 | 6 | ||||
| -rw-r--r-- | man7/udp.7 | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7 index 2038b8e9bf..8eb6fb3c13 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -70,7 +70,7 @@ to the name of the interface. All other members of the structure may share memory. .SS Ioctls -If an ioctl is marked as privileged then using it requires an effective +If an ioctl is marked as privileged, then using it requires an effective user ID of 0 or the .B CAP_NET_ADMIN capability. @@ -302,10 +302,10 @@ Overflow is not an error. Most protocols support their own ioctls to configure protocol-specific interface options. See the protocol man pages for a description. -For configuring IP addresses see +For configuring IP addresses, see .BR ip (7). .PP -In addition some devices support private ioctls. +In addition, some devices support private ioctls. These are not described here. .SH NOTES Strictly speaking, diff --git a/man7/packet.7 b/man7/packet.7 index b81612aa64..93f91e96a5 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -226,7 +226,7 @@ and sets the socket up to receive all multicast packets arriving at the interface. -In addition the traditional ioctls +In addition, the traditional ioctls .BR SIOCSIFFLAGS , .BR SIOCADDMULTI , .B SIOCDELMULTI @@ -434,7 +434,7 @@ Argument is a variable. .\" FIXME Document SIOCGSTAMPNS -In addition all standard ioctls defined in +In addition, all standard ioctls defined in .BR netdevice (7) and .BR socket (7) @@ -478,7 +478,7 @@ Interface address contained an invalid interface index. .B EPERM User has insufficient privileges to carry out this operation. -In addition other errors may be generated by the low-level driver. +In addition, other errors may be generated by the low-level driver. .SH VERSIONS .B AF_PACKET is a new feature in Linux 2.2. diff --git a/man7/udp.7 b/man7/udp.7 index 5b43475f2d..265ef0dec2 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -233,7 +233,7 @@ to distinguish these cases. Returns the number of data bytes in the local send queue. Only supported with Linux 2.4 and above. .PP -In addition all ioctls documented in +In addition, all ioctls documented in .BR ip (7) and .BR socket (7) |
