diff options
| -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. |
