diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-04-17 09:05:46 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-04-17 09:05:46 +0000 |
commit | 604f1c416c128565923d63ab4cd98d1a7ced0cf4 (patch) | |
tree | 6f936cd76b50fa9d7273f1a65569a1dd5810ed9d /lib/libufs/ufs_disk_close.3 | |
parent | e4d6c7fc1765db58e01a80499059d87fa5e85d1f (diff) |
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
Notes
Notes:
svn path=/head/; revision=332642
Diffstat (limited to 'lib/libufs/ufs_disk_close.3')
-rw-r--r-- | lib/libufs/ufs_disk_close.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libufs/ufs_disk_close.3 b/lib/libufs/ufs_disk_close.3 index 6eb785a39985..d01e302d98df 100644 --- a/lib/libufs/ufs_disk_close.3 +++ b/lib/libufs/ufs_disk_close.3 @@ -15,7 +15,10 @@ .Dt UFS_DISK_CLOSE 3 .Os .Sh NAME -.Nm ufs_disk_close , ufs_disk_fillout , ufs_disk_fillout_blank, ufs_disk_write +.Nm ufs_disk_close , +.Nm ufs_disk_fillout , +.Nm ufs_disk_fillout_blank , +.Nm ufs_disk_write .Nd open and close userland UFS disks .Sh LIBRARY .Lb libufs |