Fix up formatting issues in <screen> entries.

PR:		222006 (for the committer's guide)
Submitted by:	Paul Townsend
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-09-07 11:21:07 +00:00
parent 3d3bf5da6e
commit 36ed4c972f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50804
3 changed files with 17 additions and 17 deletions

View file

@ -4100,12 +4100,12 @@ Relnotes: yes</programlisting>
sequence:</para> sequence:</para>
<screen>&prompt.root; <userinput>make install</userinput> <screen>&prompt.root; <userinput>make install</userinput>
&prompt.root; <userinput>make package</userinput> &prompt.root; <userinput>make package</userinput>
&prompt.root; <userinput>make deinstall</userinput> &prompt.root; <userinput>make deinstall</userinput>
&prompt.root; <userinput>pkg add <replaceable>package you built above</replaceable></userinput> &prompt.root; <userinput>pkg add <replaceable>package you built above</replaceable></userinput>
&prompt.root; <userinput>make deinstall</userinput> &prompt.root; <userinput>make deinstall</userinput>
&prompt.root; <userinput>make reinstall</userinput> &prompt.root; <userinput>make reinstall</userinput>
&prompt.root; <userinput>make package</userinput></screen> &prompt.root; <userinput>make package</userinput></screen>
<para>The <link <para>The <link
xlink:href="&url.books.porters-handbook;/index.html">Porters xlink:href="&url.books.porters-handbook;/index.html">Porters

View file

@ -514,20 +514,20 @@
following output:</para> following output:</para>
<programlisting width="97"> <programlisting width="97">
&prompt.root; gvinum -&gt; <userinput>create config1</userinput> &prompt.root; gvinum -&gt; <userinput>create config1</userinput>
Configuration summary Configuration summary
Drives: 1 (4 configured) Drives: 1 (4 configured)
Volumes: 1 (4 configured) Volumes: 1 (4 configured)
Plexes: 1 (8 configured) Plexes: 1 (8 configured)
Subdisks: 1 (16 configured) Subdisks: 1 (16 configured)
D a State: up Device /dev/da3h Avail: 2061/2573 MB (80%) D a State: up Device /dev/da3h Avail: 2061/2573 MB (80%)
V myvol State: up Plexes: 1 Size: 512 MB V myvol State: up Plexes: 1 Size: 512 MB
P myvol.p0 C State: up Subdisks: 1 Size: 512 MB P myvol.p0 C State: up Subdisks: 1 Size: 512 MB
S myvol.p0.s0 State: up PO: 0 B Size: 512 MB</programlisting> S myvol.p0.s0 State: up PO: 0 B Size: 512 MB</programlisting>
<para>This output shows the brief listing format of <para>This output shows the brief listing format of
&man.gvinum.8;. It is represented graphically in <xref &man.gvinum.8;. It is represented graphically in <xref

View file

@ -381,7 +381,7 @@
<informalexample> <informalexample>
<screen>&prompt.user; <userinput>cd <replaceable>/home/user/ports</replaceable></userinput> <screen>&prompt.user; <userinput>cd <replaceable>/home/user/ports</replaceable></userinput>
&prompt.user; <userinput>env PORTSDIR=$PWD Tools/scripts/MOVEDlint.awk</userinput></screen> &prompt.user; <userinput>env PORTSDIR=$PWD Tools/scripts/MOVEDlint.awk</userinput></screen>
</informalexample> </informalexample>
</note> </note>
</sect2> </sect2>