aboutsummaryrefslogtreecommitdiffstats
path: root/man7/netdevice.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-30 05:59:36 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-30 05:59:36 +0000
commit7466c69bcc99fc68d3a544ab19cbf8cf1ce96e78 (patch)
tree5865e4182f3fdcabfd1684bb6b2ecbbd060133d9 /man7/netdevice.7
parent5a2c16fed49e4f08e4855d4a455bea1a5b231ec8 (diff)
downloadman-pages-7466c69bcc99fc68d3a544ab19cbf8cf1ce96e78.tar.gz
ffix
Diffstat (limited to 'man7/netdevice.7')
-rw-r--r--man7/netdevice.72
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.