diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 22:10:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 22:10:24 +0000 |
commit | 794d8372d6c2ea01382745a1685a046dd4ac62e9 (patch) | |
tree | 1fb73f1760def4b133c4065e1b6d30da644d9152 | |
parent | a8f1538c801953c3e00697eef75e85987b4357dc (diff) | |
download | portage-794d8372d6c2ea01382745a1685a046dd4ac62e9.tar.gz portage-794d8372d6c2ea01382745a1685a046dd4ac62e9.tar.bz2 portage-794d8372d6c2ea01382745a1685a046dd4ac62e9.zip |
document the ability to make package. files directories in /etc/portage #144381 by Caleb Cushing
svn path=/main/trunk/; revision=4311
-rw-r--r-- | man/portage.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/portage.5 b/man/portage.5 index ed136a925..7303e2c2e 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -363,6 +363,16 @@ virtual/aspell\-dict app\-dicts/aspell\-en .RE .TP .BR /etc/portage/ +Any file in this directory that begins with "package." can be more than just a +flat file. If it is a directory, then all the files in that directory will be +summed together as if it were a single file. + +.I Example: +.nf +/etc/portage/package.keywords/kde +/etc/portage/package.keywords/common +/etc/portage/package.keywords/e17 +.fi .RS .TP .BR bashrc |