diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-16 15:20:29 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-16 15:20:29 +0100 |
commit | a711777bedcf64d814bb953ff8771858dbd7161b (patch) | |
tree | 7c334f32f2b64e6a41d5a27f54c65bfc7d733474 /df | |
parent | d84bb5dc19afd30c44f984b1c33c92691aa236f7 (diff) | |
download | libguestfs-a711777bedcf64d814bb953ff8771858dbd7161b.tar.gz libguestfs-a711777bedcf64d814bb953ff8771858dbd7161b.tar.xz libguestfs-a711777bedcf64d814bb953ff8771858dbd7161b.zip |
docs: Separate out combined =item 's in man pages.
Turn:
=item B<-a> | B<--all>
into:
=item B<-a>
=item B<--all>
This gives a more natural-looking manual page, as well as making it
easier to directly link to these sections.
Diffstat (limited to 'df')
-rwxr-xr-x | df/virt-df.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/df/virt-df.pod b/df/virt-df.pod index e9f416c5..65d78a17 100755 --- a/df/virt-df.pod +++ b/df/virt-df.pod @@ -124,7 +124,9 @@ Print sizes in human-readable format. You are not allowed to use I<-h> and I<--csv> at the same time. -=item B<--inodes> | B<-i> +=item B<-i> + +=item B<--inodes> Print inodes instead of blocks. |