From: Ulrich Drepper Date: Thu, 9 Apr 1998 14:31:07 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-ud-980427~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=834e195429b277d519fae256284c535dc2315c9b;p=platform%2Fupstream%2Fglibc.git Update. 1998-04-09 14:27 Ulrich Drepper * manual/socket.texi (Interface Naming): Correct @deftypefun line for if_indextoname. --- diff --git a/ChangeLog b/ChangeLog index 3a8ed54..9c6f206 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-04-09 14:27 Ulrich Drepper + + * manual/socket.texi (Interface Naming): Correct @deftypefun line + for if_indextoname. + 1998-04-07 Andreas Jaeger * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message. diff --git a/manual/socket.texi b/manual/socket.texi index 14d1644..ffecc99 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