aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/ufs_disk_close.3
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2018-04-17 09:05:46 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2018-04-17 09:05:46 +0000
commit604f1c416c128565923d63ab4cd98d1a7ced0cf4 (patch)
tree6f936cd76b50fa9d7273f1a65569a1dd5810ed9d /lib/libufs/ufs_disk_close.3
parente4d6c7fc1765db58e01a80499059d87fa5e85d1f (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.35
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