Use the correct devicename in the example disklabel command.
PR: docs/30602 Submitted by: Giorgos Keramidas <charon@labs.gr>
This commit is contained in:
parent
b338f4c086
commit
946624fd79
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10703
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue