]> xenbits.xensource.com Git - libvirt.git/commitdiff
tools: Reduce table width in virsh(1)
authorAndrea Bolognani <abologna@redhat.com>
Fri, 12 Apr 2019 11:37:21 +0000 (13:37 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 15 Apr 2019 16:07:19 +0000 (18:07 +0200)
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>
tools/virsh.pod

index 92a4773871adad019f42eee52be8eaeeebdcc1a8..afc1684db019702cbadd27ab48ceb054b9379b8c 100644 (file)
@@ -545,10 +545,10 @@ I<--table> output.
 Example:
 
 B<virsh> list --title
-  Id    Name                           State      Title
- --------------------------------------------------------------------------
-  0     Domain-0                       running    Mailserver 1
-  2     fedora                         paused
+  Id    Name        State      Title
+ -------------------------------------------
+  0     Domain-0    running    Mailserver 1
+  2     fedora      paused
 
 =item B<freecell> [{ [I<--cellno>] B<cellno> | I<--all> }]