diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-11-04 14:10:23 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-11-05 02:00:43 +0100 |
commit | 37aeb436443f9e37991ab557b91eea035d68ffc4 (patch) | |
tree | 419f38b4b953e070225be29121b1df4a3317a9fc | |
parent | de442b6867b9f21c3a01a6c03339cf86812944a8 (diff) | |
download | pacman-37aeb436443f9e37991ab557b91eea035d68ffc4.tar.gz pacman-37aeb436443f9e37991ab557b91eea035d68ffc4.tar.xz |
makepkg.8: remove superfluous "::" in envvar description
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | doc/makepkg.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index e687e05c..31a2ef73 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -220,7 +220,7 @@ Environment Variables operations must be supported by this command. If the variable is not set or empty, makepkg will fall back to `pacman'. -**MAKEPKG_CONF=**::"/path/to/file":: +**MAKEPKG_CONF=**"/path/to/file":: Use an alternate config file instead of the +{sysconfdir}/makepkg.conf+ default. |