Fix a typo in an example, pointed out by the author.
This commit is contained in:
parent
c58aba7903
commit
59286a2bf2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9832
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/articles/solid-state/article.sgml,v 1.2 2001/07/06 09:16:29 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/articles/solid-state/article.sgml,v 1.3 2001/07/10 14:00:14 dd Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -51,7 +51,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/solid-state/article.sgml,v 1.2 2001/07/06 09:16:29 nik Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/solid-state/article.sgml,v 1.3 2001/07/10 14:00:14 dd Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2001</year>
|
||||
|
@ -319,7 +319,7 @@ pseudo-device md # memory disk</programlisting>
|
|||
&prompt.root; <userinput>mknod /dev/ad0c c 116 2</userinput>
|
||||
&prompt.root; <userinput>disklabel -e /dev/ad0c</userinput></screen></para></entry>
|
||||
|
||||
<entry><para><screen>&prompt.root; <userinput>mknod /dev/fla0a c 102 2</userinput>
|
||||
<entry><para><screen>&prompt.root; <userinput>mknod /dev/fla0a c 102 0</userinput>
|
||||
&prompt.root; <userinput>mknod /dev/fla0c c 102 2</userinput>
|
||||
&prompt.root; <userinput>disklabel -e /dev/fla0c</userinput></screen></para></entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue