From 5548d860e8fcf4cb699cd152cccdcd6f74ec75c3 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 21 Dec 2017 11:46:04 -0700 Subject: Fix nested list formatting in manpage The definition of the list term "--debug=list" contains a list of its own; the list tiems in this list need to have their text contents wrapped in paragraph tags. Signed-off-by: Mats Wichmann --- doc/man/scons.xml | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/doc/man/scons.xml b/doc/man/scons.xml index c198957..03a3478 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -852,18 +852,31 @@ and ultimately removed. --debug=time - + Prints various time profiling information: - -The time spent executing each individual build command -The total build time (time SCons ran from beginning to end) -The total time spent reading and executing SConscript files -The total time spent SCons itself spend running -(that is, not counting reading and executing SConscript files) -The total time spent executing all build commands -The elapsed wall-clock time spent executing those build commands -The time spent processing each file passed to the SConscript() function - + + +The time spent executing each individual build command + + +The total build time (time SCons ran from beginning to end) + + +The total time spent reading and executing SConscript files + + +The total time spent SCons itself spend running +(that is, not counting reading and executing SConscript files) + + +The total time spent executing all build commands + +The elapsed wall-clock time spent executing those build commands + + +The time spent processing each file passed to the SConscript() function + + (When scons -- cgit v0.12