Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH] glsa-check: update man page
Date: Sun, 01 Sep 2019 15:27:10
Message-Id: 20190901152701.652077-1-bman@gentoo.org
1 * remove `new`
2 * add --reverse option information
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 man/glsa-check.1 | 11 +++++++----
7 1 file changed, 7 insertions(+), 4 deletions(-)
8
9 diff --git a/man/glsa-check.1 b/man/glsa-check.1
10 index bb15cf5a9..8ec94b371 100644
11 --- a/man/glsa-check.1
12 +++ b/man/glsa-check.1
13 @@ -1,4 +1,7 @@
14 -.TH "GLSA\-CHECK" "1" "August 2019" "Portage VERSION" "Portage"
15 +.\" generated with Ronn/v0.7.3
16 +.\" http://github.com/rtomayko/ronn/tree/0.7.3
17 +.
18 +.TH "GLSA\-CHECK" "1" "September 2019" "" ""
19 .
20 .SH "NAME"
21 \fBglsa\-check\fR \- Tool to locally monitor and manage GLSAs
22 @@ -37,9 +40,6 @@
23 \fBV\fR, \fB\-\-version\fR Show information about \fBglsa\-check\fR\.
24 .
25 .P
26 -\fB\-q\fR, \fB\-\-quiet\fR Be less verbose and do not send empty mail\.
27 -.
28 -.P
29 \fB\-v\fR, \fB\-\-verbose\fR Print more messages\.
30 .
31 .P
32 @@ -51,6 +51,9 @@
33 .P
34 \fB\-m\fR, \fB\-\-mail\fR Send a mail with the given GLSAs to the administrator\.
35 .
36 +.P
37 +\fB\-r\fR, \fB\-\-reverse\fR List GLSAs in reverse order
38 +.
39 .SH "EXAMPLES"
40 \fBglsa\-check \-t all\fR Test the system against all GLSAs in the GLSA repository\.
41 .
42 --
43 2.23.0

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] glsa-check: update man page Aaron Bauman <bman@g.o>