diff options
author | 2007-04-11 19:51:53 +0000 | |
---|---|---|
committer | 2007-04-11 19:51:53 +0000 | |
commit | 22346c2b6a86224056f9e1467d108dad9eb8710f (patch) | |
tree | 81fee4777d6001739c406985c10084ddacc4d2c4 /profiles.tex | |
parent | Be pedantic about should, shall, may, must etc wording. Gentoo#172522 (diff) | |
download | pms-22346c2b6a86224056f9e1467d108dad9eb8710f.tar.gz pms-22346c2b6a86224056f9e1467d108dad9eb8710f.tar.bz2 pms-22346c2b6a86224056f9e1467d108dad9eb8710f.zip |
Clarify line-based wording for deprecated, parent. Fixes: Gentoo#172520
git-svn-id: http://svn.repogirl.net/pms/trunk@138 a05a4626-2124-0410-b604-e6c5abf33261
Diffstat (limited to 'profiles.tex')
-rw-r--r-- | profiles.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles.tex b/profiles.tex index 52dbcf6..0447a0a 100644 --- a/profiles.tex +++ b/profiles.tex @@ -20,6 +20,8 @@ another profile which will be considered as this profile's parent. Any settings inherited by this profile, and can be overridden by it. Precise rules for how settings are combined with the parent profile vary between files, and are described below. +This file must not contain comments, blank lines or make use of line continuations. + \subsection{deprecated} If a profile contains a file named \t{deprecated}, it is treated as such. The first line of this file should contain the path from the \t{profiles} directory of the repository to a valid profile @@ -27,6 +29,8 @@ that is the recommended upgrade path from this profile. The remainder of the fil text, which may be displayed to users using this profile by the package manager. This file is not inherited---profiles which inherit from a deprecated profile are \e{not} deprecated. +This file must not contain comments or make use of line continuations. + \subsection{make.defaults} \t{make.defaults} is used to define defaults for various environment and configuration variables. This file is unusual in that it is not combined at a file level with the parent---instead, each |