quilt-dev
[Top][All Lists]
Advanced

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

[Quilt-dev] [patch 06/26] Use groff_man(7)s EX and EE macros for example


From: g . branden . robinson
Subject: [Quilt-dev] [patch 06/26] Use groff_man(7)s EX and EE macros for examples.
Date: Sat, 16 Jun 2018 12:22:38 -0400
User-agent: quilt/0.65

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".)

Index: quilt/doc/quilt.1.in
===================================================================
--- quilt.orig/doc/quilt.1.in
+++ quilt/doc/quilt.1.in
@@ -149,9 +149,7 @@ Inherits the existing value of $LESS if
 environment, otherwise defaults to "-FRSX".
 .SH FILES
 .SS "Example of working tree"
-.fam C
-.RS
-.nf
+.EX
 work/
 ├── patches/
 │    ├── series         (list of patches to apply)
@@ -167,9 +165,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.
@@ -322,11 +318,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
 (patch-scripts).




reply via email to

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