diff options
author | Mats Wichmann <mats@linux.com> | 2020-07-02 23:19:41 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-07-02 23:19:41 (GMT) |
commit | f5bfe8b3ef0ca2626dc5d93f6f55a5152f788342 (patch) | |
tree | 7a3c7950f8b83c842a320c2ff66f00602caa1d1f /doc | |
parent | 1345ec5a4f63659626b002f95473b23f7a714c0c (diff) | |
download | SCons-f5bfe8b3ef0ca2626dc5d93f6f55a5152f788342.zip SCons-f5bfe8b3ef0ca2626dc5d93f6f55a5152f788342.tar.gz SCons-f5bfe8b3ef0ca2626dc5d93f6f55a5152f788342.tar.bz2 |
sconsign man: fix missing para markup [ci skip]
Earlier change to update SEE ALSO section dropped
some required markup.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/sconsign.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man/sconsign.xml b/doc/man/sconsign.xml index 958bbac..93842ad 100644 --- a/doc/man/sconsign.xml +++ b/doc/man/sconsign.xml @@ -306,6 +306,7 @@ for all entries or the specified entries.</para> </refsect1> <refsect1 id='see_also'> +<para> <title>SEE ALSO</title> <command>scons</command>, the SCons User Guide at @@ -313,6 +314,7 @@ the SCons User Guide at the SCons source code <ulink url="https://github.com/SCons/scons"> on GitHub</ulink>. +</para> </refsect1> <refsect1 id='authors'> |