if_nameindex.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-06-11 07:41:35 +02:00
parent 0dbe186a35
commit 041035df23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if_nameindex, if_freenameindex \- get network interface names and indexes
.nf
.B #include <net/if.h>
.PP
.BI "struct if_nameindex *if_nameindex(void);
.BI "struct if_nameindex *if_nameindex(" void );
.BI "void if_freenameindex(struct if_nameindex *" "ptr" );
.fi
.SH DESCRIPTION