aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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