Adjust the way the leading space is formatted, to better translate to Markdown.
This commit is contained in:
@@ -573,22 +573,22 @@ or \*(lq\fB\-\-pidfile\fR\*(rq options.
|
||||
.PP
|
||||
Any other exit status is a bitmask of the following:
|
||||
.TP 5
|
||||
.B \~2
|
||||
\~\fB2\fR
|
||||
One or more files could not be accessed, \fBstat\fR(2)ed, or opened.
|
||||
.TP
|
||||
.B \~4
|
||||
\~\fB4\fR
|
||||
An input file was the same as the output file.
|
||||
.TP
|
||||
.B \~8
|
||||
\~\fB8\fR
|
||||
Internal error with closing a file or moving to the next file.
|
||||
.TP
|
||||
.B \~16
|
||||
\~\fB16\fR
|
||||
There was an error while transferring data from one or more input files.
|
||||
.TP
|
||||
.B \~32
|
||||
\~\fB32\fR
|
||||
A signal was caught that caused an early exit.
|
||||
.TP
|
||||
.B \~64
|
||||
\~\fB64\fR
|
||||
Memory allocation failed.
|
||||
.PP
|
||||
A zero exit status indicates no problems.
|
||||
|
||||
+6
-6
@@ -566,28 +566,28 @@ An exit status of 1 indicates a problem with the "**\--remote**" or
|
||||
|
||||
Any other exit status is a bitmask of the following:
|
||||
|
||||
** 2**
|
||||
**2**
|
||||
|
||||
: One or more files could not be accessed, **stat**(2)ed, or opened.
|
||||
|
||||
** 4**
|
||||
**4**
|
||||
|
||||
: An input file was the same as the output file.
|
||||
|
||||
** 8**
|
||||
**8**
|
||||
|
||||
: Internal error with closing a file or moving to the next file.
|
||||
|
||||
** 16**
|
||||
**16**
|
||||
|
||||
: There was an error while transferring data from one or more input
|
||||
files.
|
||||
|
||||
** 32**
|
||||
**32**
|
||||
|
||||
: A signal was caught that caused an early exit.
|
||||
|
||||
** 64**
|
||||
**64**
|
||||
|
||||
: Memory allocation failed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user