Use the correct devicename in the example disklabel command.

PR:		docs/30602
Submitted by:	Giorgos Keramidas <charon@labs.gr>
This commit is contained in:
Murray Stokely 2001-09-17 01:32:24 +00:00
parent b338f4c086
commit 946624fd79
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10703

View file

@ -2,7 +2,7 @@
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
]>
<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/formatting-media/article.sgml,v 1.19 2001/07/17 20:51:47 chern Exp $ -->
<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/formatting-media/article.sgml,v 1.20 2001/08/21 20:16:45 logo Exp $ -->
<article>
<articleinfo>
<title>Formatting Media For Use With FreeBSD</title>
@ -315,7 +315,7 @@ drive(s)?</screen>
<informalexample>
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/ad2 count=2</userinput>
&prompt.root; <userinput>disklabel /dev/$d > /tmp/label</userinput>
&prompt.root; <userinput>disklabel /dev/ad2 > /tmp/label</userinput>
<lineannotation>Edit disklabel to add partitions:</lineannotation>
&prompt.root; <userinput>vi /tmp/label</userinput>
&prompt.root; <userinput>disklabel -B -R -r ad2 /tmp/label</userinput>