diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-01-03 10:58:34 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-01-03 10:58:34 +0000 |
| commit | 56185b42e77e6841bd76fbfff27e7c57855f88f6 (patch) | |
| tree | 52c058ebb6dd63eae8f7c032b9ebbf2b6540fb38 /man7/netdevice.7 | |
| parent | d6d5023908d5626e524662b7e024476a3e13c6f7 (diff) | |
| download | man-pages-56185b42e77e6841bd76fbfff27e7c57855f88f6.tar.gz | |
Formatting and source code line break changes (no changes to content!)
Diffstat (limited to 'man7/netdevice.7')
| -rw-r--r-- | man7/netdevice.7 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7 index cdd396422a..4143fedb7d 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -20,8 +20,9 @@ netdevice \- Low level access to Linux network devices This man page describes the sockets interface which is used to configure network devices. -Linux supports some standard ioctls to configure network devices. They -can be used on any socket's file descriptor regardless of the family or type. +Linux supports some standard ioctls to configure network devices. +They can be used on any socket's file descriptor regardless of the +family or type. They pass an .B ifreq structure: @@ -153,8 +154,7 @@ Get or set the interface's hardware parameters using Setting the parameters is a privileged operation. .nf -struct ifmap -{ +struct ifmap { unsigned long mem_start; unsigned long mem_end; unsigned short base_addr; @@ -228,7 +228,8 @@ interface options. See the protocol man pages for a description. For configuring IP addresses see .BR ip (7). .PP -In addition some devices support private ioctls. These are not described here. +In addition some devices support private ioctls. +These are not described here. .SH NOTES Strictly speaking, .B SIOCGIFCONF |
