Use screen elements where appropriate.

This commit is contained in:
Ceri Davies 2002-08-18 12:26:28 +00:00
parent f1592fbbfc
commit 6afe4bfa08
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13922

View file

@ -843,13 +843,13 @@
<para>Normally, &man.newfs.8; interprets the name of the disk and
complains if it cannot understand it. For example:</para>
<programlisting>&prompt.root; <command>newfs /dev/vinum/concat</command>
newfs: /dev/vinum/concat: can't figure out file system partition</programlisting>
<screen>&prompt.root; <userinput>newfs /dev/vinum/concat</userinput>
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
<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>
</sect1>