Add width attributes to programlisting elements so that the font size
can be scaled appropriately without running off the page when the programlisting contents contains over 100 characters per line. Sponsored by: FreeBSD Mall, Inc.
This commit is contained in:
parent
6ab671fdb0
commit
5e500e8f15
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21405
1 changed files with 4 additions and 4 deletions
|
@ -504,7 +504,7 @@
|
|||
<para>After processing this file, &man.vinum.8; produces the following
|
||||
output:</para>
|
||||
|
||||
<programlisting>
|
||||
<programlisting width="97">
|
||||
&prompt.root; vinum -> <command>create config1</command>
|
||||
Configuration summary
|
||||
Drives: 1 (4 configured)
|
||||
|
@ -568,7 +568,7 @@
|
|||
like:</para>
|
||||
|
||||
|
||||
<programlisting>
|
||||
<programlisting width="97">
|
||||
Drives: 2 (4 configured)
|
||||
Volumes: 2 (4 configured)
|
||||
Plexes: 3 (8 configured)
|
||||
|
@ -630,7 +630,7 @@
|
|||
already known to Vinum. After processing this definition, the
|
||||
configuration looks like:</para>
|
||||
|
||||
<programlisting>
|
||||
<programlisting width="92">
|
||||
Drives: 4 (4 configured)
|
||||
Volumes: 3 (4 configured)
|
||||
Plexes: 4 (8 configured)
|
||||
|
@ -930,7 +930,7 @@ newfs: /dev/vinum/concat: can't figure out file system partition</screen>
|
|||
configuration files. For example, a disk configuration might
|
||||
contain the following text:</para>
|
||||
|
||||
<programlisting>volume myvol state up
|
||||
<programlisting width="119">volume myvol state up
|
||||
volume bigraid state down
|
||||
plex name myvol.p0 state up org concat vol myvol
|
||||
plex name myvol.p1 state up org concat vol myvol
|
||||
|
|
Loading…
Reference in a new issue