makepkg.conf.5: fix bulletted list item formatting

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Dave Reisner 2013-02-12 21:18:01 -05:00 committed by Allan McRae
parent 26a79cb29d
commit 540cae816a
1 changed files with 4 additions and 2 deletions

View File

@ -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.