netdevice.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-02-09 20:19:42 +01:00
parent 8ccbd769d0
commit db17c2cbf0
1 changed files with 3 additions and 3 deletions

View File

@ -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