summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2005-11-15 22:48:27 +0000
committerfuzzyray <fuzzyray@gentoo.org>2005-11-15 22:48:27 +0000
commit20565419c95f1e51c5cffa2ad426228e76d6501f (patch)
treeca08c8ca366e973cf79c34d99d759ceac94ebacf
parent8019542354b6a728210e6fef50e3e6457c1582bf (diff)
downloadgentoolkit-20565419c95f1e51c5cffa2ad426228e76d6501f.tar.gz
Updated man page to match updated glsa-check
svn path=/; revision=260
-rw-r--r--trunk/src/glsa-check/glsa-check2
-rw-r--r--trunk/src/glsa-check/glsa-check.116
2 files changed, 10 insertions, 8 deletions
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)