summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-27 03:04:11 +0000
committerbde <bde@FreeBSD.org>2000-01-27 03:04:11 +0000
commit4fcdc6835ad0e929fcb503f99f610f39a08ae9fc (patch)
treee4dcbee61baedee99ee21bf593937ed1504da603
parentf82c03e087c84871cd05fdec0902851912331b32 (diff)
downloadFreeBSD-src-4fcdc6835ad0e929fcb503f99f610f39a08ae9fc.zip
FreeBSD-src-4fcdc6835ad0e929fcb503f99f610f39a08ae9fc.tar.gz
Use a long line instead splitting a line with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
-rw-r--r--lib/libutil/realhostname_sa.33
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/realhostname_sa.3 b/lib/libutil/realhostname_sa.3
index 6fef960..c1bc40a 100644
--- a/lib/libutil/realhostname_sa.3
+++ b/lib/libutil/realhostname_sa.3
@@ -62,8 +62,7 @@
.Fd #include <netinet/in.h>
.Fd #include <libutil.h>
.Ft int
-.Fn realhostname_sa "char *host" "size_t hsize" "struct sockaddr *addr" \
-"int addrlen"
+.Fn realhostname_sa "char *host" "size_t hsize" "struct sockaddr *addr" "int addrlen"
.Pp
Link with
.Va -lutil
OpenPOWER on IntegriCloud