summaryrefslogtreecommitdiff
path: root/manual/socket.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-09 14:31:07 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-09 14:31:07 +0000
commit834e195429b277d519fae256284c535dc2315c9b (patch)
tree04eaf838e705fca0631bb68c5c58f97eec699637 /manual/socket.texi
parent356d71003eeb28bc90417f769c0396a9dfc5b0da (diff)
Update.
1998-04-09 14:27 Ulrich Drepper <drepper@cygnus.com> * manual/socket.texi (Interface Naming): Correct @deftypefun line for if_indextoname.
Diffstat (limited to 'manual/socket.texi')
-rw-r--r--manual/socket.texi2
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