diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-08-07 00:43:19 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-09 14:09:33 +1000 |
commit | 37634d22e501538e5a4b12105a0b56542841e71f (patch) | |
tree | ec81206ebcf217251d0cab606bb914a5b2cf15a9 /doc/pkgdelta.8.txt | |
parent | db14815f463c5128a2fc25df8d7570293987e18f (diff) | |
download | pacman-37634d22e501538e5a4b12105a0b56542841e71f.tar.xz |
man: Use uniform line spacing between sections
Remove blank lines immediately following section headings.
Ensure two blank lines before the start of a new section.
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/pkgdelta.8.txt')
-rw-r--r-- | doc/pkgdelta.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pkgdelta.8.txt b/doc/pkgdelta.8.txt index 587320a6..991d58e2 100644 --- a/doc/pkgdelta.8.txt +++ b/doc/pkgdelta.8.txt @@ -25,6 +25,7 @@ significantly. 'pkgdelta' requires linkman:xdelta3[1] to do its job. + Options ------- *--max-delta-size <ratio>*:: @@ -41,11 +42,13 @@ Options *-q, \--quiet*:: Be quiet. Do not output anything but warnings and errors. + Examples -------- $ pkgdelta libreoffice-3.3.2-1-x86_64.pkg.tar.xz libreoffice-3.3.2-2-x86_64.pkg.tar.xz + See Also -------- linkman:pacman[8], linkman:xdelta3[1] |