Don't put multiple names on a single .Nm line. This fixes apropos(1)
authortrasz <trasz@FreeBSD.org>
Tue, 17 Apr 2018 09:05:46 +0000 (09:05 +0000)
committertrasz <trasz@FreeBSD.org>
Tue, 17 Apr 2018 09:05:46 +0000 (09:05 +0000)
commit3aa26aed8ba46c49416ed884383323e571d17467
tree6f936cd76b50fa9d7273f1a65569a1dd5810ed9d
parent178d19058058ae5b5f23aec5c16d43d132e6edd0
Don't put multiple names on a single .Nm line.  This fixes apropos(1)
output, from this:

strnlen, strlen, strlen,(3) - find length of string                                                                                                                                                     │·······

... to this:

strlen, strnlen(3) - find length of string

PR: 223525
MFC after: 2 weeks
12 files changed:
contrib/bsnmp/snmpd/snmpmod.3
lib/libc/locale/isdigit.3
lib/libc/locale/isxdigit.3
lib/libc/stdio/printf.3
lib/libc/stdlib/qsort.3
lib/libc/string/strcpy.3
lib/libc/string/strlen.3
lib/libc/sys/fsync.2
lib/libufs/ufs_disk_close.3
share/man/man7/c99.7
share/man/man9/OF_device_from_xref.9
share/man/man9/printf.9