diff --git a/man7/netdevice.7 b/man7/netdevice.7 index b6674ca25..ab082d1a4 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