From 3d5f678da21d1c0bad501b481e67d0a9ba33542a Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sun, 2 Aug 2020 09:46:19 -0600 Subject: Minor: add a comment about options to manpage source [ci skip] Explain why we don't use this form of listing options in manpage: -A--a-long-opt... i.e. a term for each variant of an option. This is a comment only, no change to actual manpage. Signed-off-by: Mats Wichmann --- doc/man/scons.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man/scons.xml b/doc/man/scons.xml index b33c035..29ace2d 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -487,6 +487,11 @@ supports the same command-line options as GNU &Make; and many of those supported by cons. + + + + + -- cgit v0.12 From 44e55878823357414dee54bdbf714713ff22aab8 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sun, 2 Aug 2020 11:46:08 -0600 Subject: tweak varlist options commend in manpage src [ci skip] Signed-off-by: Mats Wichmann --- doc/man/scons.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 29ace2d..cfbb772 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -488,9 +488,10 @@ and many of those supported by cons. - - - + + + + -- cgit v0.12