diff options
author | ru <ru@FreeBSD.org> | 2005-01-11 20:50:51 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-11 20:50:51 +0000 |
commit | 5384a04b6a249d3ae726868a4550a1ffb2d071a1 (patch) | |
tree | 25b67bd9e8a4161aea3f0b3ea884e6b4f2915a96 /lib/libc/net/addr2ascii.3 | |
parent | 47082de5c62cdeef8ce9f809892d38f5ee4c9fff (diff) | |
download | FreeBSD-src-5384a04b6a249d3ae726868a4550a1ffb2d071a1.zip FreeBSD-src-5384a04b6a249d3ae726868a4550a1ffb2d071a1.tar.gz |
Scheduled mdoc(7) sweep.
Diffstat (limited to 'lib/libc/net/addr2ascii.3')
-rw-r--r-- | lib/libc/net/addr2ascii.3 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3 index 2ca71da..675c39d 100644 --- a/lib/libc/net/addr2ascii.3 +++ b/lib/libc/net/addr2ascii.3 @@ -107,21 +107,24 @@ addresses in the specified family: .Pp .Bl -tag -width AF_INETxxxx -compact .It Dv AF_INET -.Li struct in_addr +.Vt "struct in_addr" (in .In arpa/inet.h ) .It Dv AF_LINK -.Li struct sockaddr_dl +.Vt "struct sockaddr_dl" (in .In net/if_dl.h ) .\" .It Dv AF_INET6 -.\" .Li struct in6_addr +.\" .Vt "struct in6_addr" .\" (in .\" .In netinet6/in6.h ) .El .Pp -.Dv AF_INET and AF_LINK constants are defined in -.In sys/socket.h +.Dv AF_INET +and +.Dv AF_LINK +constants are defined in +.In sys/socket.h . .Sh RETURN VALUES The .Fn addr2ascii @@ -167,7 +170,7 @@ are implemented in terms of the functions, rather than the other way around. .Sh ERRORS When a failure is returned, -.Li errno +.Va errno is set to one of the following values: .Bl -tag -width Er .It Bq Er ENAMETOOLONG @@ -222,7 +225,7 @@ A truly generic interface would provide a means for determining the length of the buffer to be used so that it could be dynamically allocated, and would always require a -.Dq Li "struct sockaddr" +.Vt "struct sockaddr" to hold the binary address. Unfortunately, this is incompatible with existing practice. |