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


_______________________________________________
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to