aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/cmd/zfs/zfs.8
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-09-01 06:07:27 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-09-01 06:07:27 +0000
commit6ef6e985ec5ba1042e30ed4c739e81459d5d513b (patch)
tree39b71f4bdc2253966cbc9273af485dd044454134 /cddl/contrib/opensolaris/cmd/zfs/zfs.8
parent9c1b997551d6221eb96bf942c5708100160ab73d (diff)
downloadsrc-6ef6e985ec5ba1042e30ed4c739e81459d5d513b.tar.gz
src-6ef6e985ec5ba1042e30ed4c739e81459d5d513b.zip
Mdoc fixes.
Notes
Notes: svn path=/head/; revision=239967
Diffstat (limited to 'cddl/contrib/opensolaris/cmd/zfs/zfs.8')
-rw-r--r--cddl/contrib/opensolaris/cmd/zfs/zfs.841
1 files changed, 19 insertions, 22 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 b/cddl/contrib/opensolaris/cmd/zfs/zfs.8
index f59619f2ca3f..127c23a77d2d 100644
--- a/cddl/contrib/opensolaris/cmd/zfs/zfs.8
+++ b/cddl/contrib/opensolaris/cmd/zfs/zfs.8
@@ -56,8 +56,8 @@
.Op Fl dnpRrv
.Sm off
.Ar snapshot
-.Ns Op % Ns Ar snapname
-.Ns Op , Ns Ar ...
+.Op % Ns Ar snapname
+.Op , Ns Ar ...
.Sm on
.Nm
.Cm snapshot
@@ -1496,8 +1496,8 @@ behavior for mounted file systems in use.
.Op Fl dnpRrv
.Sm off
.Ar snapshot
-.Ns Op % Ns Ar snapname
-.Ns Op , Ns Ar ...
+.Op % Ns Ar snapname
+.Op , Ns Ar ...
.Sm on
.Xc
.Pp
@@ -2472,10 +2472,10 @@ subcommand or change a
property. The following permissions are available:
.Bl -column -offset 4n "secondarycache" "subcommand"
.It NAME Ta TYPE Ta NOTES
-.It Xo allow Ta subcommand Ta Must
+.It allow Ta subcommand Ta Must Xo
also have the permission that is being allowed
.Xc
-.It Xo clone Ta subcommand Ta Must
+.It clone Ta subcommand Ta Must Xo
also have the 'create' ability and 'mount' ability in the origin file system
.Xc
.It create Ta subcommand Ta Must also have the 'mount' ability
@@ -2484,14 +2484,14 @@ also have the 'create' ability and 'mount' ability in the origin file system
object number, and the ability to create snapshots necessary to 'zfs diff'
.It hold Ta subcommand Ta Allows adding a user hold to a snapshot
.It mount Ta subcommand Ta Allows mount/umount of Tn ZFS No datasets
-.It Xo promote Ta subcommand Ta Must
+.It promote Ta subcommand Ta Must Xo
also have the 'mount' and 'promote' ability in the origin file system
.Xc
.It receive Ta subcommand Ta Must also have the 'mount' and 'create' ability
-.It Xo release Ta subcommand Ta Allows
+.It release Ta subcommand Ta Allows Xo
releasing a user hold which might destroy the snapshot
.Xc
-.It Xo rename Ta subcommand Ta Must
+.It rename Ta subcommand Ta Must Xo
also have the 'mount' and 'create' ability in the new parent
.Xc
.It rollback Ta subcommand Ta Must also have the 'mount' ability
@@ -2507,7 +2507,6 @@ protocol
.It userprop Ta other Ta Allows changing any user property
.It userquota Ta other Ta Allows accessing any userquota@... property
.It userused Ta other Ta Allows reading any userused@... property
-.It Ta
.It aclinherit Ta property
.It aclmode Ta property
.It atime Ta property
@@ -2705,7 +2704,6 @@ Display an indication of the type of file, in a manner similar to the
.Fl F
option of
.Xr ls 1 .
-.Pp
.Bl -column -offset 2n indent
.It \&B Ta block device
.It \&C Ta character device
@@ -2757,6 +2755,16 @@ Detaches the specified
from the jail identified by JID
.Ar jailid .
.El
+.Sh EXIT STATUS
+The following exit values are returned:
+.Bl -tag -offset 2n -width 2n
+.It 0
+Successful completion.
+.It 1
+An error occurred.
+.It 2
+Invalid command line options were specified.
+.El
.Sh EXAMPLES
.Bl -tag -width 0n
.It Sy Example 1 No Creating a Tn ZFS No File System Hierarchy
@@ -3179,7 +3187,6 @@ The following example shows how to see what has changed between a prior
snapshot of a ZFS Dataset and its current state. The
.Fl F
option is used to indicate type information for the files affected.
-.Pp
.Bd -literal -offset 2n
.Li # Ic zfs diff tank/test@before tank/test
M / /tank/test/
@@ -3190,16 +3197,6 @@ R F /tank/test/oldname -> /tank/test/newname
M F /tank/test/modified
.Ed
.El
-.Sh EXIT STATUS
-The following exit values are returned:
-.Bl -tag -offset 2n -width 2n
-.It 0
-Successful completion.
-.It 1
-An error occurred.
-.It 2
-Invalid command line options were specified.
-.El
.Sh SEE ALSO
.Xr chmod 2 ,
.Xr fsync 2 ,