[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch v2 22/26] Man page: wordsmith Exit Status section
From: |
Jean Delvare |
Subject: |
[Quilt-dev] [patch v2 22/26] Man page: wordsmith Exit Status section |
Date: |
Tue, 26 Jul 2022 14:43:30 +0200 |
User-agent: |
quilt/0.67 |
* Eliminate otherwise unused term "sub-command".
---
doc/quilt.1.in | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
--- quilt.orig/doc/quilt.1.in 2022-07-06 16:57:30.220724561 +0200
+++ quilt/doc/quilt.1.in 2022-07-06 17:16:09.375600498 +0200
@@ -215,15 +215,17 @@ internal operations.
Print the version number and exit.
.
.SH "EXIT STATUS"
-The exit status is 0 if the sub-command was successfully executed, and
-1 in case of error.
+The exit status is 0 if the requested operation completed successfully,
+or 1 in case of error.
.PP
-An exit status of 2 denotes that
+An exit status of 2 indicates that
.I quilt
did not do anything to complete the command.
-This happens in particular when asking to push when the whole stack is
-already pushed, or asking to pop when the whole stack is already popped.
-This behavior is intended to ease the scripting around
+This happens in particular when asking
+.I quilt
+to push when the whole stack is already pushed, or to pop when the whole
+stack is already popped.
+This behavior is intended to ease scripting with
.IR quilt .
.
.SH ENVIRONMENT
- Re: [Quilt-dev] [patch v2 13/26] Man page: set filespecs and environment variable names in italics, (continued)
- [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, 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 <=
- [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