Use a long line instead splitting a line with backslash-newline in synopsis.

My synopsis checker doesn't understand backslash-newline.
This commit is contained in:
Bruce Evans 2000-01-27 03:04:11 +00:00
parent f11a166425
commit cc8ffb11cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56661

View File

@ -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