Skip to content

Commit 410fed2

Browse files
committed
docs(man): Update exit status section
1 parent 5015ba9 commit 410fed2

5 files changed

+7
-27
lines changed

docs/man/man1/include/section-exit-status.adoc

+3-23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// SPDX-License-Identifier: CC-BY-4.0
44

55
== EXIT STATUS
6+
:sysexits-man-page-url: https://man.openbsd.org/sysexits
67

78
*0*::
89

@@ -16,26 +17,5 @@
1617

1718
An error occurred while parsing command-line arguments.
1819

19-
*65*::
20-
21-
The input data was incorrect in some way.
22-
23-
*66*::
24-
25-
An input file did not exist or was not readable.
26-
27-
*69*::
28-
29-
A service is unavailable.
30-
31-
*71*::
32-
33-
An operating system error has been detected.
34-
35-
*74*::
36-
37-
An error occurred while doing I/O on some file.
38-
39-
*77*::
40-
41-
You did not have sufficient permission to perform the operation.
20+
Exit statuses other than these are defined by
21+
{sysexits-man-page-url}[`<sysexits.h>`].

docs/man/man1/qrtool-decode.1.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
= qrtool-decode(1)
66
// Specify in UTC.
7-
:docdate: 2025-01-07
7+
:docdate: 2025-03-10
88
:revnumber: 0.11.7
99
:doctype: manpage
1010
:mansource: qrtool {revnumber}

docs/man/man1/qrtool-encode.1.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
= qrtool-encode(1)
66
// Specify in UTC.
7-
:docdate: 2025-01-07
7+
:docdate: 2025-03-10
88
:revnumber: 0.11.7
99
:doctype: manpage
1010
:mansource: qrtool {revnumber}

docs/man/man1/qrtool-help.1.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
= qrtool-help(1)
66
// Specify in UTC.
7-
:docdate: 2024-07-30
7+
:docdate: 2025-03-10
88
:revnumber: 0.11.7
99
:doctype: manpage
1010
:mansource: qrtool {revnumber}

docs/man/man1/qrtool.1.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
= qrtool(1)
66
// Specify in UTC.
7-
:docdate: 2024-08-02
7+
:docdate: 2025-03-10
88
:revnumber: 0.11.7
99
:doctype: manpage
1010
:mansource: qrtool {revnumber}

0 commit comments

Comments
 (0)