Remove text that is clearly wrong after the conversion. Someone stuck
root prompts in front of the commands and removed it from the comment (as they should be), but the paragraph above says that lines starting with # are comments. :) Submitted by: Ilia Chipitsine <ilia@cgilh.chel.su>
This commit is contained in:
parent
201a8a5273
commit
b443f02aca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5972
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
]>
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/formatting-media/article.sgml,v 1.11 1999/10/10 19:18:14 jhb Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/formatting-media/article.sgml,v 1.12 1999/10/10 19:21:10 jhb Exp $ -->
|
||||
<article>
|
||||
<artheader>
|
||||
<title>Formatting Media For Use With FreeBSD 2.2-RELEASE</title>
|
||||
|
@ -303,7 +303,7 @@ drive(s)?
|
|||
<title>Making Dedicated Mode Disks Using the Command Line</title>
|
||||
|
||||
<para>Execute the following commands, replacing wd2 with the
|
||||
disk name. Lines beginning with # are comments.</para>
|
||||
disk name.</para>
|
||||
|
||||
<informalexample>
|
||||
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/rwd2 count=2</userinput>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
]>
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/formatting-media/article.sgml,v 1.11 1999/10/10 19:18:14 jhb Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/formatting-media/article.sgml,v 1.12 1999/10/10 19:21:10 jhb Exp $ -->
|
||||
<article>
|
||||
<artheader>
|
||||
<title>Formatting Media For Use With FreeBSD 2.2-RELEASE</title>
|
||||
|
@ -303,7 +303,7 @@ drive(s)?
|
|||
<title>Making Dedicated Mode Disks Using the Command Line</title>
|
||||
|
||||
<para>Execute the following commands, replacing wd2 with the
|
||||
disk name. Lines beginning with # are comments.</para>
|
||||
disk name.</para>
|
||||
|
||||
<informalexample>
|
||||
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/rwd2 count=2</userinput>
|
||||
|
|
Loading…
Reference in a new issue