Use screen elements where appropriate.
This commit is contained in:
parent
f1592fbbfc
commit
6afe4bfa08
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13922
1 changed files with 3 additions and 3 deletions
|
@ -843,13 +843,13 @@
|
||||||
<para>Normally, &man.newfs.8; interprets the name of the disk and
|
<para>Normally, &man.newfs.8; interprets the name of the disk and
|
||||||
complains if it cannot understand it. For example:</para>
|
complains if it cannot understand it. For example:</para>
|
||||||
|
|
||||||
<programlisting>&prompt.root; <command>newfs /dev/vinum/concat</command>
|
<screen>&prompt.root; <userinput>newfs /dev/vinum/concat</userinput>
|
||||||
newfs: /dev/vinum/concat: can't figure out file system partition</programlisting>
|
newfs: /dev/vinum/concat: can't figure out file system partition</screen>
|
||||||
|
|
||||||
<para>In order to create a file system on this volume, use the
|
<para>In order to create a file system on this volume, use the
|
||||||
<command>-v</command> option to &man.newfs.8;:</para>
|
<command>-v</command> option to &man.newfs.8;:</para>
|
||||||
|
|
||||||
<programlisting>&prompt.root; <command>newfs -v /dev/vinum/concat</command></programlisting>
|
<screen>&prompt.root; <userinput>newfs -v /dev/vinum/concat</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
Loading…
Reference in a new issue