Skip to content

Commit 355c2d4

Browse files
committed
Further tweak ENVPath manpage entries [skip appveyor]
Just wordsmithing, no meaning changes. Signed-off-by: Mats Wichmann <[email protected]>
1 parent a7414c3 commit 355c2d4

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

SCons/Environment.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -780,11 +780,14 @@ See also &f-link-env-AppendUnique;,
780780
<para>
781781
Append one or more path prefixes to an entry in a dictionary-valued
782782
&consvar; in <parameter>env</parameter>.
783-
The &consvar; to update is <literal>"ENV"</literal>,
784-
unless <parameter>envname</parameter> is specified.
783+
Optional <parameter>envname</parameter> specifies the
784+
the &consvar; to update;
785+
the default is <literal>"ENV"</literal>
786+
(see &cv-link-ENV;).
785787
The required <parameter>name</parameter> parameter
786-
gives the dictionary entry to update.
787-
The prefix(es) in <parameter>newpath</parameter>
788+
is the dictionary entry to update.
789+
The prefix(es) to add,
790+
given by <parameter>newpath</parameter>,
788791
may be specified as a string,
789792
a directory node, or a list of strings.
790793
If a string, it may contain multiple prefixes separated
@@ -2871,11 +2874,14 @@ and &f-link-env-PrependUnique;.
28712874
<para>
28722875
Prepend one or more path prefixes to an entry in a dictionary-valued
28732876
&consvar; in <parameter>env</parameter>.
2874-
The &consvar; to update is <literal>"ENV"</literal>,
2875-
unless <parameter>envname</parameter> is specified.
2877+
Optional <parameter>envname</parameter> specifies the
2878+
the &consvar; to update;
2879+
the default is <literal>"ENV"</literal>
2880+
(see &cv-link-ENV;).
28762881
The required <parameter>name</parameter> parameter
2877-
gives the dictionary entry to update.
2878-
The prefix(es) in <parameter>newpath</parameter>
2882+
is the dictionary entry to update.
2883+
The prefix(es) to insert,
2884+
given by <parameter>newpath</parameter>,
28792885
may be specified as a string,
28802886
a directory node, or a list of strings.
28812887
If a string, it may contain multiple prefixes separated

0 commit comments

Comments
 (0)