summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-04-22 07:50:24 +0000
committerdelphij <delphij@FreeBSD.org>2012-04-22 07:50:24 +0000
commit37179aa09ab2fbe597478e385ade3ed8810a01e8 (patch)
treeb0dfa0507357eafee350af3fcd160974fd9dceff /cddl
parent764e7565056beb1a3efd22e9e38e4ac9560d9a02 (diff)
downloadFreeBSD-src-37179aa09ab2fbe597478e385ade3ed8810a01e8.zip
FreeBSD-src-37179aa09ab2fbe597478e385ade3ed8810a01e8.tar.gz
- Correct a typo which prevents 'lzjb' be displayed;
- Use quotes when tab is used.
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/cmd/zfs/zfs.814
1 files changed, 7 insertions, 7 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 b/cddl/contrib/opensolaris/cmd/zfs/zfs.8
index 8ff2f36..a60af75 100644
--- a/cddl/contrib/opensolaris/cmd/zfs/zfs.8
+++ b/cddl/contrib/opensolaris/cmd/zfs/zfs.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 26, 2012
+.Dd April 22, 2012
.Dt ZFS 8
.Os
.Sh NAME
@@ -833,7 +833,7 @@ disables integrity checking on user data. Disabling checksums is
a recommended practice.
.It Sy compression Ns = Ns Cm on | off | lzjb | gzip | gzip- Ns Ar N | Cm zle
Controls the compression algorithm used for this dataset. The
-.CM lzjb
+.Cm lzjb
compression algorithm is optimized for performance while providing decent data
compression. Setting compression to
.Cm on
@@ -1275,11 +1275,11 @@ for legacy mounts or the
command for normal file systems, its mount options are set according to its
properties. The correlation between properties and mount options is as follows:
.Bl -column -offset 4n "PROPERTY" "MOUNT OPTION"
-.It PROPERTY MOUNT OPTION
-.It atime atime/noatime
-.It exec exec/noexec
-.It readonly ro/rw
-.It setuid suid/nosuid
+.It "PROPERTY MOUNT OPTION"
+.It "atime atime/noatime"
+.It "exec exec/noexec"
+.It "readonly ro/rw"
+.It "setuid suid/nosuid"
.El
.Pp
In addition, these options can be set on a per-mount basis using the
OpenPOWER on IntegriCloud