diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-15 20:33:44 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-15 20:33:44 +0000 |
| commit | 7cfcd027871e6e7fd20946dc413e2e0be7f11b1b (patch) | |
| tree | c60b3582b2604f7996bfb8e83028f3a7465ea993 /lib/libc | |
| parent | 909610a5c114d9727886b25005b43a287d769645 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/inet.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index c3208772ffab..b5a898d2d161 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -62,7 +62,12 @@ .Ft char * .Fn inet_ntoa "struct in_addr in" .Ft const char * -.Fn inet_ntop "int af" "const void *restrict src" "char *restrict dst" "socklen_t size" +.Fo inet_ntop +.Fa "int af" +.Fa "const void *restrict src" +.Fa "char *restrict dst" +.Fa "socklen_t size" +.Fc .Ft int .Fn inet_pton "int af" "const char *restrict src" "void *restrict dst" .Ft struct in_addr |
