summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-11-23 14:23:50 +0100
committerDan McGee <dan@archlinux.org>2011-12-01 05:30:22 +0100
commit5490cd6eb22752d2eac5410152d239c50224dbc1 (patch)
tree995fd7e396b02600b40ad7e48a0dfd5c7d3d9ccb /doc
parenta521cea96f24ba9d060e019c74ccbe63a1e06392 (diff)
downloadpacman-5490cd6eb22752d2eac5410152d239c50224dbc1.tar.gz
pacman-5490cd6eb22752d2eac5410152d239c50224dbc1.tar.xz
makepkg.5: fix typo s/tar,bz2/tar.bz2/
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.conf.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index 2778361b..db1e6d53 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -215,7 +215,7 @@ Options
**PKGEXT=**".pkg.tar.gz", **SRCEXT=**".src.tar.gz"::
Sets the compression used when making compiled or source packages. The
- current valid suffixes are `.tar`, `.tar.gz`, `.tar,bz2`, `.tar.xz`, and
+ current valid suffixes are `.tar`, `.tar.gz`, `.tar.bz2`, `.tar.xz`, and
`.tar.Z`.
Do not touch these unless you know what you are doing.