Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Sat, 31 Aug 2019 03:45:02
Message-Id: 1567222820.712e2b3fe88fd597914ddf449849b195c15fbcf6.zmedico@gentoo
1 commit: 712e2b3fe88fd597914ddf449849b195c15fbcf6
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 30 19:29:00 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 03:40:20 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=712e2b3f
7
8 glsa-check: add man page exit values
9
10 Bug: https://bugs.gentoo.org/587930
11
12 Reported-by: Bandie Yip Kojote <bandie <AT> ttygap.net>
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
15
16 man/glsa-check.1 | 12 ++++++++++++
17 1 file changed, 12 insertions(+)
18
19 diff --git a/man/glsa-check.1 b/man/glsa-check.1
20 index f1041737f..6bae0e9ed 100644
21 --- a/man/glsa-check.1
22 +++ b/man/glsa-check.1
23 @@ -57,6 +57,18 @@
24 .P
25 \fBglsa\-check \-t 201801\-01\fR Test the system against the specific GLSA 201801\-01\.
26 .
27 +.SH "EXIT VALUES"
28 +\fB0\fR Success
29 +.
30 +.P
31 +\fB1\fR Syntax or usage error
32 +.
33 +.P
34 +\fB2\fR Missing permissions, solution, etc
35 +.
36 +.P
37 +\fB6\fR System is affected by some GLSAs
38 +.
39 .SH "FILES"
40 \fB/var/lib/portage/glsa_injected\fR List of GLSA ids that have been injected and will never show up as \'affected\' on this system\. The file must contain one GLSA ID (e\.g\. \'200804\-02\') per line\.
41 .