diff options
author | Mats Wichmann <mats@linux.com> | 2020-02-28 18:39:12 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-03-12 23:23:46 (GMT) |
commit | 9677b9fa57f09540fb7087d8874b5aa38b9fc21e (patch) | |
tree | 32e391ed41eb2fbf80ee5b9f767b7ded8c4eda4e /doc/python10 | |
parent | 2ca0cf5091d8f69d2e2551664f7f945310aa4709 (diff) | |
download | SCons-9677b9fa57f09540fb7087d8874b5aa38b9fc21e.zip SCons-9677b9fa57f09540fb7087d8874b5aa38b9fc21e.tar.gz SCons-9677b9fa57f09540fb7087d8874b5aa38b9fc21e.tar.bz2 |
Continue manpage cleanups [ci skip]
Eliminate some "note" wording in manpage. This is a "tone" thing,
trying to avoid so many "asides", like "Note that blah blah", by
trying to reword into a more regular flow, and occasionally dropping
the aside if it doesn't seem quite suited to the manpage.
More harmonization of docbook entity usage, cleanup
of comments around generated sections, and other fiddling.
<literallayout> around a code fragment was changed to <programlisting>
<literallayout> around output was changed to <screen>
If a <screen> section contained use input, that was marked
with the <userinput> entity. These changes ought to also
facilitate better conversion to other document markup formats,
something which has been discussed.
In the Description section, the remaining command-line discussion
at the end was merged into the earlier wording about command-line
processing, to improve the flow a bit.
Some options entries were adjusted for appearance - indents, etc.
Mention of Python 2.7 as a requirement is dropped.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/python10')
-rw-r--r-- | doc/python10/design.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python10/design.xml b/doc/python10/design.xml index bd571ba..bbbe887 100644 --- a/doc/python10/design.xml +++ b/doc/python10/design.xml @@ -320,7 +320,7 @@ (or other object). The signature of a <emphasis>derived</emphasis> file consists of the aggregate of the signatures of all the source files <emphasis>plus</emphasis> the command-line string used to - build the file. These signatures are stored in a &sconsign; file + build the file. These signatures are stored in a &sconsigndb; file in each directory. </para> |