summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-08-03 21:24:04 +0200
committerJean Delvare <jdelvare@suse.de>2022-08-03 21:24:04 +0200
commit962c0663f9a9194a91db9cf8687894f71251f77e (patch)
tree639999be908edffdcb6e69459e5236b8819cb268
parent8ea02510b72f19e1c5e4572f77097c9f71492e95 (diff)
downloadquilt-962c0663f9a9194a91db9cf8687894f71251f77e.tar.gz
Man page: use groff_man(7)s EX and EE macros for examples
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".)
-rw-r--r--doc/quilt.1.in17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/quilt.1.in b/doc/quilt.1.in
index 2cf8efa..5a4b3be 100644
--- a/doc/quilt.1.in
+++ b/doc/quilt.1.in
@@ -163,9 +163,7 @@ 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)
@@ -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 over unchanged background.
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