Fix the incomplete example in the qandaentry of ccd

that shows things the user types in.

Pointed out by:	motoyuki
References:	[doc-jp 7340]
This commit is contained in:
Jun Kuriyama 2000-05-08 01:45:45 +00:00
parent 82f2312e69
commit d4d2018a30
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7171

View file

@ -15,7 +15,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/ja_JP.eucJP/books/faq/book.sgml,v 1.30 2000/02/19 03:11:42 kuriyama Exp $</pubdate>
<pubdate>$FreeBSD: doc/ja_JP.eucJP/books/faq/book.sgml,v 1.31 2000/03/11 00:09:05 kuriyama Exp $</pubdate>
<abstract>
<para>
@ -5965,6 +5965,7 @@ FS QUOTA FILE
</para>
<screen>&prompt.root; <userinput><command>disklabel</command> ccd0 &gt; /tmp/disklabel.tmp</userinput>
&prompt.root; <userinput><command>disklabel</command> -Rr ccd0 /tmp/disklabel.tmp</userinput>
&prompt.root; <userinput><command>disklabel</command> -e ccd0</userinput>
(this will work now)</screen>
</answer>