From 263b74dfc7f73a5a23ee5ebe860462a921ee8273 Mon Sep 17 00:00:00 2001 From: Openkylin Developers Date: Tue, 6 Dec 2022 14:41:58 +0800 Subject: [PATCH] Manpage typo Gbp-Pq: Name manpage-typo.patch --- doc/quilt.1.in | 4 ++-- quilt/header.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/quilt.1.in b/doc/quilt.1.in index 96a7233..bd58ea9 100644 --- a/doc/quilt.1.in +++ b/doc/quilt.1.in @@ -161,7 +161,7 @@ The patches/ directory is precious as it contains all your patches as well as the order in which it should be applied. The .pc/ directory contains some metadata about the current state of -your patch serie. Changing its content is not advised. This directory +your patch series. Changing its content is not advised. This directory can usually be regenerated from the initial files and the content of the patches/ directory (provided that all patches were regenerated before the removal). @@ -208,7 +208,7 @@ diff style (older patch versions used "--unified-reject-files" for that). You may also want to add the "-E" option if you have issues with quilt not deleting empty files when you think it should. The documentation of GNU patch says that "normally this option is unnecessary", but when patch -is in POSIX mode or if the patch format doesn't allow to distinguish +is in POSIX mode or if the patch format doesn't allow one to distinguish empty files from deleted files, patch deletes empty files only if the -E option is given. Beware that when passing -E to patch, quilt will no longer be able to deal with empty files, which is why using -E is diff --git a/quilt/header.in b/quilt/header.in index 23dcfd3..0714587 100644 --- a/quilt/header.in +++ b/quilt/header.in @@ -29,7 +29,7 @@ usage() Print or change the header of the topmost or specified patch. -a, -r, -e - Append to (-a) or replace (-r) the exiting patch header, or + Append to (-a) or replace (-r) the existing patch header, or edit (-e) the header in \$EDITOR (%s). If none of these options is given, print the patch header.