mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
1998-04-09 14:27 Ulrich Drepper <drepper@cygnus.com> * manual/socket.texi (Interface Naming): Correct @deftypefun line for if_indextoname.
This commit is contained in:
parent
356d71003e
commit
834e195429
@ -1,3 +1,8 @@
|
||||
1998-04-09 14:27 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* manual/socket.texi (Interface Naming): Correct @deftypefun line
|
||||
for if_indextoname.
|
||||
|
||||
1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user