diff options
author | Marc-A. Dahlhaus <mad@wol.de> | 2010-05-18 14:32:02 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-18 11:26:22 -0500 |
commit | 5752e276fb585d07bd0f8e8b2a1f2827afdf2799 (patch) | |
tree | f2f07a4ffb1df04c3edd2148d9dd65c6f2e0ff36 /doc | |
parent | a6ace987a913852af30bb5e3ae6bf145dc9c6157 (diff) |
Allow to include a path containing wildcards
Dan: line wrapping and man page touchup.
Signed-off-by: Marc-A. Dahlhaus <mad@wol.de>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.conf.5.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 89c22a12..0e8426af 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -98,7 +98,8 @@ Options *Include =* path:: Include another config file. This file can include repositories or - general configuration options. + general configuration options. Wildcards in the specified paths will get + expanded based on linkman:glob[7] rules. *Architecture =* auto | i686 | x86_64 | ...:: If set, pacman will only allow installation of packages of the given |