From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1108369-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0B8A138334 for <garchives@archives.gentoo.org>; Sat, 31 Aug 2019 03:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED66FE0864; Sat, 31 Aug 2019 03:45:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D27FBE0864 for <gentoo-commits@lists.gentoo.org>; Sat, 31 Aug 2019 03:45:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED65234A73A for <gentoo-commits@lists.gentoo.org>; Sat, 31 Aug 2019 03:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9CC076D for <gentoo-commits@lists.gentoo.org>; Sat, 31 Aug 2019 03:44:58 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <1567222820.712e2b3fe88fd597914ddf449849b195c15fbcf6.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/glsa-check.1 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 712e2b3fe88fd597914ddf449849b195c15fbcf6 X-VCS-Branch: master Date: Sat, 31 Aug 2019 03:44:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6977242e-2dd0-4a1a-ad94-7ec51cf0d1e1 X-Archives-Hash: 1042fd2db6207ede1812d38cfa10f245 commit: 712e2b3fe88fd597914ddf449849b195c15fbcf6 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Fri Aug 30 19:29:00 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 03:40:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=712e2b3f glsa-check: add man page exit values Bug: https://bugs.gentoo.org/587930 Reported-by: Bandie Yip Kojote <bandie <AT> ttygap.net> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> man/glsa-check.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man/glsa-check.1 b/man/glsa-check.1 index f1041737f..6bae0e9ed 100644 --- a/man/glsa-check.1 +++ b/man/glsa-check.1 @@ -57,6 +57,18 @@ .P \fBglsa\-check \-t 201801\-01\fR Test the system against the specific GLSA 201801\-01\. . +.SH "EXIT VALUES" +\fB0\fR Success +. +.P +\fB1\fR Syntax or usage error +. +.P +\fB2\fR Missing permissions, solution, etc +. +.P +\fB6\fR System is affected by some GLSAs +. .SH "FILES" \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\. .