Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2012 07:50:25 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234566 - head/cddl/contrib/opensolaris/cmd/zfs
Message-ID:  <201204220750.q3M7oPpA026204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Sun Apr 22 07:50:24 2012
New Revision: 234566
URL: http://svn.freebsd.org/changeset/base/234566

Log:
   - Correct a typo which prevents 'lzjb' be displayed;
   - Use quotes when tab is used.

Modified:
  head/cddl/contrib/opensolaris/cmd/zfs/zfs.8

Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Sun Apr 22 07:42:44 2012	(r234565)
+++ head/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Sun Apr 22 07:50:24 2012	(r234566)
@@ -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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204220750.q3M7oPpA026204>