[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch v2 18/26] Man page: change the form of the word "subd
From: |
Jean Delvare |
Subject: |
[Quilt-dev] [patch v2 18/26] Man page: change the form of the word "subdirectory" |
Date: |
Tue, 26 Jul 2022 14:43:26 +0200 |
User-agent: |
quilt/0.67 |
Per style recommendation in man-pages(7).
---
doc/quilt.1.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--- quilt.orig/doc/quilt.1.in 2022-07-06 10:58:56.696500794 +0200
+++ quilt/doc/quilt.1.in 2022-07-06 11:04:08.068735757 +0200
@@ -61,7 +61,7 @@ By default, most commands apply to the t
.PP
Patch files are located in the
.I patches
-sub-directory of the source tree (see
+subdirectory of the source tree (see
.BR "Example of working tree" ,
under
.BR FILES ,
@@ -75,7 +75,7 @@ recursively in the parent directories (t
searches for its configuration files).
The
.I patches
-directory may contain sub-directories.
+directory may contain subdirectories.
It may also be a symbolic link instead of a directory.
.PP
A file called
@@ -87,7 +87,7 @@ automatically, it is usually provided al
In this file, each patch file name is on a separate line.
Patch files are identified by path names that are relative to the
.I patches
-directory; patches may be in sub-directories below this directory.
+directory; patches may be in subdirectories below this directory.
Lines in the series file that start with a hash character (#) are
ignored.
Patch options, such as the strip level or whether the patch is
@@ -141,11 +141,11 @@ directory, in the root of the source tre
The first series file that is found is used.
This may also be a symbolic link, or a file with multiple hard links.
Usually, only one series file is used for a set of patches, so the
-patches sub-directory is a convenient location.
+patches subdirectory is a convenient location.
.PP
The
.I .pc
-directory and its sub-directories cannot be relocated, but it can be a
+directory and its subdirectories cannot be relocated, but it can be a
symbolic link.
While patches are applied to the source tree, this directory is
essential for many operations, including taking patches off the stack
- [Quilt-dev] [patch v2 11/26] Man page: italicize work titles, (continued)
- [Quilt-dev] [patch v2 11/26] Man page: italicize work titles, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 12/26] Man page: update internal and external cross-references, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 13/26] Man page: set filespecs and environment variable names in italics, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 14/26] Man page: document -h flag in the Options section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 15/26] Man page: capitalize "PDF" when not part of a filename, Jean Delvare, 2022/07/26
- [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 <=
- [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, 2022/07/26
- [Quilt-dev] [patch v2 26/26] Man page: rewrite discussion of QUILT_COLORS configuration variable, Jean Delvare, 2022/07/26