diff options
Diffstat (limited to 'usr/src/man/man3socket/getipnodebyname.3socket')
-rw-r--r-- | usr/src/man/man3socket/getipnodebyname.3socket | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3socket/getipnodebyname.3socket b/usr/src/man/man3socket/getipnodebyname.3socket index e26d2325d1..9b68ea15ff 100644 --- a/usr/src/man/man3socket/getipnodebyname.3socket +++ b/usr/src/man/man3socket/getipnodebyname.3socket @@ -476,7 +476,7 @@ hostname. char **q; bcopy(*p, (caddr_t)&in6, hp->h_length); - (void) printf("%s\t%s", inet_ntop(AF_INET6, (void *)&in6, + (void) printf("%s\et%s", inet_ntop(AF_INET6, (void *)&in6, abuf, sizeof(abuf)), hp->h_name); for (q = hp->h_aliases; *q != 0; q++) (void) printf(" %s", *q); |