From: fuzzyray Date: Tue, 15 Nov 2005 22:48:27 +0000 (-0000) Subject: Updated man page to match updated glsa-check X-Git-Tag: gentoolkit-0.2.4.3~253 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20565419c95f1e51c5cffa2ad426228e76d6501f;p=gentoolkit.git Updated man page to match updated glsa-check svn path=/; revision=260 --- diff --git a/trunk/src/glsa-check/glsa-check b/trunk/src/glsa-check/glsa-check index d680d62..a35fd9a 100644 --- a/trunk/src/glsa-check/glsa-check +++ b/trunk/src/glsa-check/glsa-check @@ -24,7 +24,7 @@ optionmap = [ ["-h", "--help", "show this help message"], ["-V", "--version", "some information about this tool"], ["-v", "--verbose", "print more information (option)"], -["-c", "--cve", "show CAN ids n listing mode (option)"], +["-c", "--cve", "show CAN ids in listing mode (option)"], ] # print a warning as this is beta code (but proven by now, so no more warning) diff --git a/trunk/src/glsa-check/glsa-check.1 b/trunk/src/glsa-check/glsa-check.1 index 6a138d4..f29c659 100644 --- a/trunk/src/glsa-check/glsa-check.1 +++ b/trunk/src/glsa-check/glsa-check.1 @@ -1,7 +1,7 @@ -.TH "glsa-check" "1" "0.5" "Marius Mauch" "gentoolkit" +.TH "glsa-check" "1" "0.6" "Marius Mauch" "gentoolkit" .SH "NAME" .LP -glsa\-check \- Gentoo: Tool for GLSA release and distribution system +glsa\-check \- Gentoo: Tool to locally monitor and manage GLSA's .SH "SYNTAX" .LP glsa\-check <\fIoption\fP> [\fIglsa\-list\fP] @@ -9,15 +9,14 @@ glsa\-check <\fIoption\fP> [\fIglsa\-list\fP] [\fIglsa\-list\fR] can contain an arbitrary number of GLSA ids, filenames containing GLSAs or the special identifiers 'all' and 'new' .SH "DESCRIPTION" .LP -WARNING: This tool is completely new and not very tested, so it should not be -used on production systems. It's mainly a test tool for the new GLSA release -and distribution system, it's functionality will later be merged into emerge -and equery. +This tool is used to locally monitor and manage Gentoo Linux Security Advisories. Please read: .br http://www.gentoo.org/proj/en/portage/glsa\-integration.xml .br -before using this tool AND before reporting a bug. +before reporting a bug. +.LP +Note: In order for this tool to be effective, you must regularly sync your local portage tree. .SH "OPTIONS" .LP .TP @@ -50,3 +49,6 @@ some information about this tool .TP .B \-v, \-\-verbose print more messages (option) +.TP +.B \-c, \-\-cve +show CAN ids in listing mode (option)