svn commit: r43240 - projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs

Warren Block wblock at FreeBSD.org
Mon Nov 25 03:53:51 UTC 2013


Author: wblock
Date: Mon Nov 25 03:53:50 2013
New Revision: 43240
URL: http://svnweb.freebsd.org/changeset/doc/43240

Log:
  Change some <userinput> tags to <command>.

Modified:
  projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml

Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
==============================================================================
--- projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml	Mon Nov 25 00:20:23 2013	(r43239)
+++ projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml	Mon Nov 25 03:53:50 2013	(r43240)
@@ -1342,9 +1342,9 @@ dedup = 1.05, compress = 1.11, copies = 
     <sect2 xml:id="zfs-zfs-allow-create">
       <title>Delegating Dataset Creation</title>
 
-      <para><userinput>zfs allow
+      <para><command>zfs allow
 	<replaceable>someuser</replaceable> create
-	<replaceable>mydataset</replaceable></userinput>
+	<replaceable>mydataset</replaceable></command>
 	gives the specified user permission to create child datasets
 	under the selected parent dataset.  There is a caveat:
 	creating a new dataset involves mounting it.  That requires
@@ -1358,9 +1358,9 @@ dedup = 1.05, compress = 1.11, copies = 
     <sect2 xml:id="zfs-zfs-allow-allow">
       <title>Delegating Permission Delegation</title>
 
-      <para><userinput>zfs allow
+      <para><command>zfs allow
 	<replaceable>someuser</replaceable> allow
-	<replaceable>mydataset</replaceable></userinput>
+	<replaceable>mydataset</replaceable></command>
 	gives the specified user the ability to assign any permission
 	they have on the target dataset (or its children) to other
 	users.  If a user has the <literal>snapshot</literal>


More information about the svn-doc-projects mailing list