diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-11-26 00:00:33 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-11-26 00:00:33 +0000 |
commit | caf911f9e0dfa704f6a24116d8cdbbb58fcbe5a6 (patch) | |
tree | 24acd0c652f48802bfcd88c8da360a6a07860e64 | |
parent | 8f9b4efba203fc92e8d21a2e5213eca626cdfc08 (diff) | |
download | portage-caf911f9e0dfa704f6a24116d8cdbbb58fcbe5a6.tar.gz portage-caf911f9e0dfa704f6a24116d8cdbbb58fcbe5a6.tar.bz2 portage-caf911f9e0dfa704f6a24116d8cdbbb58fcbe5a6.zip |
Note that file names in /etc/portage/package.* directories are sorted ascending
alphabetical order before being summed together.
svn path=/main/trunk/; revision=12090
-rw-r--r-- | man/portage.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/portage.5 b/man/portage.5 index c6fc61437..d95d28d83 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -371,13 +371,14 @@ virtual/aspell\-dict app\-dicts/aspell\-en .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. +sorted in ascending alphabetical order by file name and 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 +/etc/portage/package.keywords/kde .fi .RS .TP |