diff options
Diffstat (limited to 'man7/netdevice.7')
| -rw-r--r-- | man7/netdevice.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7 index eff29a43ee..af747aebd2 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -34,7 +34,7 @@ Most of them pass an structure: .PP .in +4n -.nf +.EX struct ifreq { char ifr_name[IFNAMSIZ]; /* Interface name */ union { @@ -53,7 +53,7 @@ struct ifreq { char *ifr_data; }; }; -.fi +.EE .in .PP Normally, the user specifies which device to affect by setting @@ -364,11 +364,11 @@ macro in Add the following to your program as a workaround: .sp .in +4n -.nf +.EX #ifndef ifr_newname #define ifr_newname ifr_ifru.ifru_slave #endif -.fi +.EE .in .SH SEE ALSO .BR proc (5), |
