diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/socket.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/socket.texi b/manual/socket.texi index 14d1644d31..ffecc992d5 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -504,7 +504,7 @@ name. If no interface exists with the name given, it returns 0. @comment net/if.h @comment IPv6 basic API -@deftypefun char *if_indextoname (unsigned int ifindex, char *ifname) +@deftypefun {char *} if_indextoname (unsigned int ifindex, char *ifname) This function maps an interface index to its corresponding name. The returned name is placed in the buffer pointed to by @code{ifname}, which must be at least @code{IFNAMSIZE} bytes in length. If the index was |