Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 03:53:50 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-projects@freebsd.org
Subject:   svn commit: r43240 - projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs
Message-ID:  <201311250353.rAP3roPp057384@svn.freebsd.org>

index | next in thread | raw e-mail

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>


home | help

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