[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch 08/26] Make synopsis comprehensive.
From: |
g . branden . robinson |
Subject: |
[Quilt-dev] [patch 08/26] Make synopsis comprehensive. |
Date: |
Sat, 16 Jun 2018 12:22:40 -0400 |
User-agent: |
quilt/0.65 |
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.
Index: quilt/doc/quilt.1.in
===================================================================
--- quilt.orig/doc/quilt.1.in
+++ quilt/doc/quilt.1.in
@@ -4,8 +4,19 @@
.SH NAME
quilt \\- tool to manage series of patches
.SH SYNOPSIS
-.B quilt
-[\\-h] command [options]
+.SY quilt
+.RB [ \\-\\-quiltrc
+.IR file ]
+.OP \\-\\-trace
+.I command
+.YS
+.SY "quilt \\-h"
+.RI [ command ]
+.SY quilt
+.I command
+.B \\-h
+.SY "quilt \\-\\-version"
+.YS
.SH DESCRIPTION
Quilt is a tool to manage large sets of patches by keeping track of the
changes each patch makes.
[Quilt-dev] [patch 05/26] Use font macros instead of font escapes., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 08/26] Make synopsis comprehensive.,
g . branden . robinson <=
[Quilt-dev] [patch 10/26] Use "e.g." correctly., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 07/26] Escape ASCII hyphen-minus characters used as such., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 12/26] Update internal and external cross-references., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 14/26] Document -h flag in the Options section., g . branden . robinson, 2018/06/16