[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch 12/26] Update internal and external cross-references.
From: |
g . branden . robinson |
Subject: |
[Quilt-dev] [patch 12/26] Update internal and external cross-references. |
Date: |
Sat, 16 Jun 2018 12:22:44 -0400 |
User-agent: |
quilt/0.65 |
Embolden internal subsection reference, and refer to its parent section.
Point explicitly to the GNU Diffutils manual regarding unified diff
format, and add cross-reference in the See Also section.
Add cross-reference to diffstat man page.
Sort man page cross-reference list in alphabetical order.
Index: quilt/doc/quilt.1.in
===================================================================
--- quilt.orig/doc/quilt.1.in
+++ quilt/doc/quilt.1.in
@@ -59,7 +59,11 @@ By default, most commands apply to the t
.PP
Patch files are located in the
.I patches
-sub-directory of the source tree (see EXAMPLE OF WORKING TREE below).
+sub-directory of the source tree (see
+.BR "Example of working tree" ,
+under
+.BR FILES ,
+below).
The
.I QUILT_PATCHES
environment variable can be used to override this location.
@@ -119,8 +123,9 @@ file.
is careful to preserve all text that precedes the actual patch when
doing a refresh.
(This is limited to patches in unified format; see
-.B diff
-documentation).
+the GNU
+.I Diffutils
+manual.)
.PP
The series file is looked up in the .pc directory, in the root of the
source tree, and in the patches directory.
@@ -406,11 +411,25 @@ in the distribution).
This man page was written by Martin Quinson, based on information found
in the pdf documentation, and in the help messages of each commands.
.SH "SEE ALSO"
-The pdf documentation, which should be under @DOCSUBDIR@/quilt.pdf.
+.I How to Survive with Many Patches, or: Introduction to Quilt
+is installed at @DOCSUBDIR@/quilt.pdf.
Note that some distributors compress this file.
-.BR zxpdf ( 1 )
+.BR zxpdf (1)
can be used to display compressed pdf files.
.PP
-.BR diff ( 1 ),
-.BR patch ( 1 ),
-.BR guards ( 1 ).
+The GNU
+.I Diffutils
+manual,
+.UR https://\\:www.gnu.org/\\:software/\\:diffutils/\\:manual/
+.I Comparing and Merging Files
+.UE ,
+documents
+.I diff
+and
+.I patch
+in detail.
+.PP
+.BR diff (1),
+.BR diffstat (1),
+.BR guards (1),
+.BR patch (1)
- Re: [Quilt-dev] [patch 03/26] Break input lines at all sentence endings., (continued)
[Quilt-dev] [patch 05/26] Use font macros instead of font escapes., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 08/26] Make synopsis comprehensive., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 10/26] Use "e.g." correctly., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 07/26] Escape ASCII hyphen-minus characters used as such., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 12/26] Update internal and external cross-references.,
g . branden . robinson <=
[Quilt-dev] [patch 14/26] Document -h flag in the Options section., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 11/26] Italicize work titles., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 18/26] Change the form of the word "subdirectory"., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 09/26] Use character escapes for directional quotes and spacing tilde., g . branden . robinson, 2018/06/16