From 02dbca225603b04405e15112d6066e68c7124db2 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 1 Oct 2001 12:52:24 +0000 Subject: mdoc(7) police: markup nits. --- lib/libstand/libstand.3 | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index c4310e6..b3c8993 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -573,20 +573,20 @@ to structures. The following filesystem handlers are supplied by .Nm , the consumer may supply other filesystems of their own: -.Bl -hang -width "cd9660_fsops " -.It ufs_fsops +.Bl -hang -width ".Va cd9660_fsops" +.It Va ufs_fsops The .Bx UFS. -.It ext2fs_fsops +.It Va ext2fs_fsops Linux ext2fs filesystem. -.It tftp_fsops +.It Va tftp_fsops File access via TFTP. -.It nfs_fsops +.It Va nfs_fsops File access via NFS. -.It cd9660_fsops +.It Va cd9660_fsops ISO 9660 (CD-ROM) filesystem. -.It zipfs_fsops +.It Va zipfs_fsops Stacked filesystem supporting gzipped files. When trying the zipfs filesystem, .Nm @@ -601,8 +601,12 @@ files. It is only possible to seek a gzipped file forwards, and and .Fn fstat on gzipped files will report an invalid length. -.It bzipfs_fsops -The same as zipfs_fsops, but for bzip2-compressed files. +.It Va bzipfs_fsops +The same as +.Va zipfs_fsops , +but for +.Xr bzip2 1 Ns -compressed +files. .El .Pp The array of -- cgit v1.1