diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2005-11-15 04:23:26 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2005-11-15 04:23:26 +0000 |
| commit | 0a98681d9878ca7378fa8541744d18634d4146f9 (patch) | |
| tree | a3be2d69542555068d959472ec6f65f3886d0e8f /trunk | |
| parent | d5d48818391fb9a567ec4308bd39e387cc78fb6d (diff) | |
| download | gentoolkit-0a98681d9878ca7378fa8541744d18634d4146f9.tar.gz | |
Added man page for glsa-check
svn path=/; revision=256
Diffstat (limited to 'trunk')
| -rw-r--r-- | trunk/src/glsa-check/Makefile | 3 | ||||
| -rw-r--r-- | trunk/src/glsa-check/glsa-check.1 | 52 |
2 files changed, 54 insertions, 1 deletions
diff --git a/trunk/src/glsa-check/Makefile b/trunk/src/glsa-check/Makefile index a3f1044..9ad5717 100644 --- a/trunk/src/glsa-check/Makefile +++ b/trunk/src/glsa-check/Makefile @@ -11,9 +11,10 @@ all: dist: mkdir -p ../../$(distdir)/src/glsa-check/ - cp Makefile glsa.py glsa-check ../../$(distdir)/src/glsa-check/ + cp Makefile glsa.py glsa-check glsa-check.1 ../../$(distdir)/src/glsa-check/ install: install -d $(DESTDIR)/usr/lib/gentoolkit/pym/ install -m 0755 glsa-check $(bindir)/ install -m 0644 glsa.py $(DESTDIR)/usr/lib/gentoolkit/pym/ + install -m 0644 glsa-check.1 $(mandir)/ diff --git a/trunk/src/glsa-check/glsa-check.1 b/trunk/src/glsa-check/glsa-check.1 new file mode 100644 index 0000000..a545ee3 --- /dev/null +++ b/trunk/src/glsa-check/glsa-check.1 @@ -0,0 +1,52 @@ +.TH "glsa-check" "1" "0.5" "Marius Mauch" "tools-portage" +.SH "NAME" +.LP +glsa\-check \- Tool for GLSA release and distribution system +.SH "SYNTAX" +.LP +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. +Please read: +.br +http://www.gentoo.org/proj/en/portage/glsa\-integration.xml +.br +before using this tool AND before reporting a bug. +.SH "OPTIONS" +.LP +.TP +.B \-l | \-\-list +list all unapplied GLSA +.TP +.B \-d | \-\-dump | \-\-print +show all information about the given GLSA +.TP +.B \-t | \-\-test +test if this system is affected by the given GLSA +.TP +.B \-p | \-\-pretend +show the necessary commands to apply this GLSA +.TP +.B \-f | \-\-fix +try to auto\-apply this GLSA (experimental) +.TP +.B \-i | \-\-inject +inject the given GLSA into the checkfile +.TP +.B \-n | \-\-nocolor +disable colors (option) +.TP +.B \-h | \-\-help +show this help message +.TP +.B \-V | \-\-version +some information about this tool +.TP +.B \-v | \-\-verbose +print more messages (option) |
