aboutsummaryrefslogtreecommitdiffstats
path: root/man7/netdevice.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-08-18 00:55:49 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-08-18 00:55:49 +0200
commit6545cc56e02edb87e4d210dc4dd5dd93eaeb6e78 (patch)
tree6b794c7c7bbb30dbcd937ee1d1b83d6676e0f7e2 /man7/netdevice.7
parentbdd915e20f87346dc07b93f8f26386feb92d2c44 (diff)
downloadman-pages-6545cc56e02edb87e4d210dc4dd5dd93eaeb6e78.tar.gz
dir_colors.5, feature_test_macros.7, glob.7, ip.7, ipv6.7, man-pages.7, man.7, netdevice.7, rtnetlink.7, socket.7, svipc.7, tcp.7, units.7, user_namespaces.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/netdevice.7')
-rw-r--r--man7/netdevice.78
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),