summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-01 12:52:24 +0000
committerru <ru@FreeBSD.org>2001-10-01 12:52:24 +0000
commit02dbca225603b04405e15112d6066e68c7124db2 (patch)
tree2cc4d680d4ae93fb0ebd968883760fc311c3710d /lib/libstand
parent27a539ba89e8abf09205c86a52c9774323c6af37 (diff)
downloadFreeBSD-src-02dbca225603b04405e15112d6066e68c7124db2.zip
FreeBSD-src-02dbca225603b04405e15112d6066e68c7124db2.tar.gz
mdoc(7) police: markup nits.
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/libstand.322
1 files 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
OpenPOWER on IntegriCloud