quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [patch v2 06/26] Man page: use groff_man(7)s EX and EE macro


From: Jean Delvare
Subject: [Quilt-dev] [patch v2 06/26] Man page: use groff_man(7)s EX and EE macros for examples
Date: Tue, 26 Jul 2022 14:43:14 +0200
User-agent: quilt/0.67

This eliminates the use of low-level requests in this man page (the
groffism ".fam" to change the font family and the switching off and on
of fill mode with ".nf" and ".fi".)
---
 doc/quilt.1.in |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

--- quilt.orig/doc/quilt.1.in   2022-07-05 14:30:25.351887565 +0200
+++ quilt/doc/quilt.1.in        2022-07-05 14:50:13.248225596 +0200
@@ -163,9 +163,7 @@ environment, otherwise defaults to "-FRS
 .
 .SH FILES
 .SS "Example of working tree"
-.fam C
-.RS
-.nf
+.EX
 work/
 ├── patches/
 │    ├── series         (list of patches to apply)
@@ -181,9 +179,7 @@ work/
 │    │    └── ...
 │    └── ...
 └── ...
-.fi
-.RE
-.fam T
+.EE
 .PP
 The patches/ directory is precious as it contains all your patches as
 well as the order in which it should be applied.
@@ -340,11 +336,12 @@ over blue instead of the default green o
 For that, add the following content to ~/.quiltrc (or
 /etc/quilt.quiltrc):
 .PP
-.nf
-  QUILT_DIFF_ARGS="--color"
-  QUILT_COLORS='diff_hdr=35;44'
-.fi
+.EX
+.RS
+QUILT_DIFF_ARGS="--color"
+QUILT_COLORS='diff_hdr=35;44'
 .RE
+.EE
 .
 .SH AUTHORS
 Quilt started as a series of scripts written by Andrew Morton




reply via email to

[Prev in Thread] Current Thread [Next in Thread]