[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch v2 25/26] Man page: make file tree diagram portable
From: |
Jean Delvare |
Subject: |
[Quilt-dev] [patch v2 25/26] Man page: make file tree diagram portable |
Date: |
Tue, 26 Jul 2022 14:43:33 +0200 |
User-agent: |
quilt/0.67 |
Use the groff extension .schar to provide an alternative output sequence
for output devices missing the Unicode box-drawing characters.
[JD: removed a .fi request which I believed was restored by accident]
---
doc/quilt.1.in | 34 ++++++++++++++++++++--------------
1 file changed, 20 insertions(+), 14 deletions(-)
--- quilt.orig/doc/quilt.1.in 2022-07-25 15:56:36.963467324 +0200
+++ quilt/doc/quilt.1.in 2022-07-25 16:03:12.961864721 +0200
@@ -245,22 +245,28 @@ Defaults to \\[lq]\\-FRSX\\[rq].
.
.SH FILES
.SS "Example of working tree"
+.\\" Many roff output devices do not have font support for Unicode's
+.\\" box-drawing characters (U+2500 to U+257F).
+.schar \\[u2500] \\-
+.schar \\[u2502] |
+.schar \\[u2514] +
+.schar \\[u251C] +
.EX
project\\-1.2.3/
-├── patches/
-│ ├── series (list of patches to apply)
-│ ├── patch1.diff (one particular patch)
-│ ├── patch2.diff
-│ └── ...
-├── .pc/
-│ ├── .quilt_patches (content of QUILT_PATCHES)
-│ ├── .quilt_series (content of QUILT_SERIES)
-│ ├── patch1.diff/ (copy of patched files)
-│ │ └── ...
-│ ├── patch2.diff/
-│ │ └── ...
-│ └── ...
-└── ...
+\\[u251C]\\[u2500]\\[u2500] patches/
+\\[u2502] \\[u251C]\\[u2500]\\[u2500] series (list of patches to
apply)
+\\[u2502] \\[u251C]\\[u2500]\\[u2500] patch1.diff (one particular patch)
+\\[u2502] \\[u251C]\\[u2500]\\[u2500] patch2.diff
+\\[u2502] \\[u2514]\\[u2500]\\[u2500] ...
+\\[u251C]\\[u2500]\\[u2500] .pc/
+\\[u2502] \\[u251C]\\[u2500]\\[u2500] .quilt_patches (content of
QUILT_PATCHES)
+\\[u2502] \\[u251C]\\[u2500]\\[u2500] .quilt_series (content of
QUILT_SERIES)
+\\[u2502] \\[u251C]\\[u2500]\\[u2500] patch1.diff/ (copy of patched files)
+\\[u2502] \\[u2502] \\[u2514]\\[u2500]\\[u2500] ...
+\\[u2502] \\[u251C]\\[u2500]\\[u2500] patch2.diff/
+\\[u2502] \\[u2502] \\[u2514]\\[u2500]\\[u2500] ...
+\\[u2502] \\[u2514]\\[u2500]\\[u2500] ...
+\\[u2514]\\[u2500]\\[u2500] ...
.EE
.PP
The
- [Quilt-dev] [patch v2 16/26] Man page: render Andreas Gruenbachers name with a u-umlaut, (continued)
- [Quilt-dev] [patch v2 16/26] Man page: render Andreas Gruenbachers name with a u-umlaut, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 17/26] Man page: tighten summary, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 18/26] Man page: change the form of the word "subdirectory", Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 19/26] Man page: sort options in alphabetical order to ease human scanning, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 20/26] Man page: wordsmith Description section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 21/26] Man page: wordsmith Options section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 22/26] Man page: wordsmith Exit Status section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 23/26] Man page: wordsmith Environment section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 24/26] Man page: wordsmith Files section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 25/26] Man page: make file tree diagram portable,
Jean Delvare <=
- [Quilt-dev] [patch v2 26/26] Man page: rewrite discussion of QUILT_COLORS configuration variable, Jean Delvare, 2022/07/26