summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-02-13 03:18:01 +0100
committerAllan McRae <allan@archlinux.org>2013-02-16 02:06:43 +0100
commit540cae816a153d9b79b888c65dcbeff952a36d23 (patch)
treeb007e12dbabaecd8a10d5479c2a3d0ac5adbdb9e /doc
parent26a79cb29d279c529d58c62b7ad9c103c808d218 (diff)
downloadpacman-540cae816a153d9b79b888c65dcbeff952a36d23.tar.gz
pacman-540cae816a153d9b79b888c65dcbeff952a36d23.tar.xz
makepkg.conf.5: fix bulletted list item formatting
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.conf.5.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index 34748de1..f00ad58c 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -240,8 +240,10 @@ Options
This value is used when querying a package to see who was the builder.
It is recommended you change this to your name and email address.
-**COMPRESSGZ=**"(gzip -c -f -n)", **COMPRESSBZ2=**"(bzip2 -c -f)",
-**COMPRESSXZ=**"(xz -c -z -)", **COMPRESSLRZ=**"(lrzip -q)",
+**COMPRESSGZ=**"(gzip -c -f -n)"::
+**COMPRESSBZ2=**"(bzip2 -c -f)"::
+**COMPRESSXZ=**"(xz -c -z -)"::
+**COMPRESSLRZ=**"(lrzip -q)"::
**COMPRESSZ=**"(compress -c -f)"::
Sets the command and options used when compressing compiled or source
packages in the named format.