diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-24 19:11:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-24 19:11:18 +0000 |
commit | acdacef901d20f6693ae8beb4169b9dbf0a46e81 (patch) | |
tree | b02e5c123e8646e0a6c344ea8037125c91968fda /manual/socket.texi | |
parent | e63721a4a4554d9cfbae03ad8c748698c169f937 (diff) | |
download | glibc-acdacef901d20f6693ae8beb4169b9dbf0a46e81.zip glibc-acdacef901d20f6693ae8beb4169b9dbf0a46e81.tar.gz glibc-acdacef901d20f6693ae8beb4169b9dbf0a46e81.tar.bz2 |
(Interface Naming): Fix typo: IFNAMSIZE -> IFNAMSIZ
Diffstat (limited to 'manual/socket.texi')
-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 02a50be..4a7c411 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 |