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 _______________________________________________ Quilt-dev mailing list Quilt-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/quilt-dev