diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-30 05:59:36 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-30 05:59:36 +0000 |
| commit | 7466c69bcc99fc68d3a544ab19cbf8cf1ce96e78 (patch) | |
| tree | 5865e4182f3fdcabfd1684bb6b2ecbbd060133d9 | |
| parent | 5a2c16fed49e4f08e4855d4a455bea1a5b231ec8 (diff) | |
| download | man-pages-7466c69bcc99fc68d3a544ab19cbf8cf1ce96e78.tar.gz | |
ffix
| -rw-r--r-- | man7/netdevice.7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7 index 0067515a13..7f7763bb44 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -152,6 +152,7 @@ Get or set the interface's hardware parameters using .IR ifr_map . Setting the parameters is a privileged operation. +.in +4n .nf struct ifmap { unsigned long mem_start; @@ -162,6 +163,7 @@ struct ifmap { unsigned char port; }; .fi +.in The interpretation of the ifmap structure depends on the device driver and the architecture. |
