From: Andrea Bolognani Date: Fri, 12 Apr 2019 11:37:21 +0000 (+0200) Subject: tools: Reduce table width in virsh(1) X-Git-Tag: v5.3.0-rc1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d28102e511618c1ffb051176a633aeb062f15b9a;p=thirdparty%2Flibvirt.git 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 Acked-by: Michal Privoznik --- diff --git a/tools/virsh.pod b/tools/virsh.pod index 92a4773871..afc1684db0 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -545,10 +545,10 @@ I<--table> output. Example: B 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 [{ [I<--cellno>] B | I<--all> }]