mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
tools: Reduce table width in virsh(1)
The table included in the sample output for 'list --title' is unnecessarily wide, which causes man to complain: warning [p 8, 0.5i]: can't break line Make the table narrower. Spotted by Lintian (manpage-has-errors-from-man tag). Signed-off-by: Andrea Bolognani <abologna@redhat.com> Acked-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
51d48c48e4
commit
d28102e511
@ -545,10 +545,10 @@ I<--table> output.
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
B<virsh> list --title
|
B<virsh> list --title
|
||||||
Id Name State Title
|
Id Name State Title
|
||||||
--------------------------------------------------------------------------
|
-------------------------------------------
|
||||||
0 Domain-0 running Mailserver 1
|
0 Domain-0 running Mailserver 1
|
||||||
2 fedora paused
|
2 fedora paused
|
||||||
|
|
||||||
=item B<freecell> [{ [I<--cellno>] B<cellno> | I<--all> }]
|
=item B<freecell> [{ [I<--cellno>] B<cellno> | I<--all> }]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user