From acdacef901d20f6693ae8beb4169b9dbf0a46e81 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Mar 2000 19:11:18 +0000 Subject: (Interface Naming): Fix typo: IFNAMSIZE -> IFNAMSIZ --- manual/socket.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/socket.texi') diff --git a/manual/socket.texi b/manual/socket.texi index 02a50be52a..4a7c411065 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -510,7 +510,7 @@ name. If no interface exists with the name given, it returns 0. @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 +must be at least @code{IFNAMSIZ} bytes in length. If the index was invalid, the function's return value is a null pointer, otherwise it is @code{ifname}. @end deftypefun -- cgit v1.2.3