Document --quiltrc, --trace, and --version options explicitly. Separate the informational operation modes for reporting help and version information.
Mark up synopsis canonically (literals in bold, variable content in italics, and roman for "synopsis language" (option brackets, etc.)). Use groff_man(7)'s SY and YS macros for more attractive presentation. [JD: Restore [options] and strip duplicate line] --- doc/quilt.1.in | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) --- quilt.orig/doc/quilt.1.in 2022-07-05 15:25:26.954109879 +0200 +++ quilt/doc/quilt.1.in 2022-07-05 21:48:28.713435523 +0200 @@ -6,8 +6,18 @@ quilt \\- tool to manage series of patches . .SH SYNOPSIS -.B quilt -[\\-h] command [options] +.SY quilt +.RB [ \\-\\-quiltrc +.IR file ] +.OP \\-\\-trace +.I command +.RI [ options ] +.YS +.SY quilt +.RI [ command ] +\\-h +.SY "quilt \\-\\-version" +.YS . .SH DESCRIPTION Quilt is a tool to manage large sets of patches by keeping track of the _______________________________________________ Quilt-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
