aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-02-09 20:19:42 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-02-09 20:19:42 +0100
commitdb17c2cbf030a2d05173aac6f21cda440731828c (patch)
tree8df37d1fcb61e6a740c3aae9428f6d8af12973aa
parent8ccbd769d03403546ad1bfd6e20f22cf8fc92f0b (diff)
downloadman-pages-db17c2cbf030a2d05173aac6f21cda440731828c.tar.gz
netdevice.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/netdevice.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7
index b6674ca25e..ab082d1a45 100644
--- a/man7/netdevice.7
+++ b/man7/netdevice.7
@@ -302,10 +302,10 @@ structure:
.in +4n
.EX
struct ifconf {
- int ifc_len; /* size of buffer */
+ int ifc_len; /* size of buffer */
union {
- char *ifc_buf; /* buffer address */
- struct ifreq *ifc_req; /* array of structures */
+ char *ifc_buf; /* buffer address */
+ struct ifreq *ifc_req; /* array of structures */
};
};
.EE