summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-08-15 20:33:44 +0000
committerrobert <robert@FreeBSD.org>2002-08-15 20:33:44 +0000
commit62a0b60a38533bd73b089ce843f3bc3215a40e4f (patch)
treec60b3582b2604f7996bfb8e83028f3a7465ea993
parent12a274151f2cf0e9c641598182f2a61d444552d5 (diff)
downloadFreeBSD-src-62a0b60a38533bd73b089ce843f3bc3215a40e4f.zip
FreeBSD-src-62a0b60a38533bd73b089ce843f3bc3215a40e4f.tar.gz
Put each function argument on its own line to keep lines shorter
than 80 columns.
-rw-r--r--lib/libc/net/inet.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3
index c320877..b5a898d 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
OpenPOWER on IntegriCloud