diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2011-01-06 08:35:09 -0600 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2011-01-06 09:47:48 -0600 |
| commit | 8d925c18b9694bff63eae4238eeac342a4589314 (patch) | |
| tree | fe6299bdbd8133cb69b34e7510b9d0342f97647e /man/glsa-check.1 | |
| parent | 2321d5d36b4a6321493c041c4b72324b59dd88c6 (diff) | |
| download | gentoolkit-8d925c18b9694bff63eae4238eeac342a4589314.tar.gz | |
man page formatting cleanup.
Loaded man pages into manedit and resaved. This has the effect of
cleaning up the formatting, mainly properly escaping '-' characters.
Diffstat (limited to 'man/glsa-check.1')
| -rw-r--r-- | man/glsa-check.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/glsa-check.1 b/man/glsa-check.1 index be15992..3cf954a 100644 --- a/man/glsa-check.1 +++ b/man/glsa-check.1 @@ -15,25 +15,25 @@ Please read: http://www.gentoo.org/security .br before reporting a bug. -.LP +.LP Note: In order for this tool to be effective, you must regularly sync your local portage tree. .SH "OPTIONS" .LP .TP .B \-l, \-\-list -list the a summary for all GLSAs in glsa-list and whether they affect the system +list the a summary for all GLSAs in glsa\-list and whether they affect the system .TP .B \-d, \-\-dump, \-\-print -show all information about the GLSAs in glsa-list +show all information about the GLSAs in glsa\-list .TP .B \-t, \-\-test -test if this system is affected by the GLSAs in glsa-list and output the GLSA IDs +test if this system is affected by the GLSAs in glsa\-list and output the GLSA IDs .TP .B \-p, \-\-pretend -show the necessary steps to apply the GLSAs in glsa-list +show the necessary steps to apply the GLSAs in glsa\-list .TP .B \-f, \-\-fix -try to auto\-apply the GLSAs in in glsa-list using emerge. This will only upgrade packages to later version, but not remove packages when no upgrade path exists (experimental) +try to auto\-apply the GLSAs in in glsa\-list using emerge. This will only upgrade packages to later version, but not remove packages when no upgrade path exists (experimental) .TP .B \-i, \-\-inject inject the given GLSA into the glsa_injected file @@ -49,10 +49,10 @@ some information about this tool .TP .B \-v, \-\-verbose print more messages (option) -.TP +.TP .B \-c, \-\-cve show CVE ids in listing mode (option) -.TP +.TP .B \-q, \-\-quiet be less verbose and do not send empty mail (option) .TP @@ -63,4 +63,4 @@ send a mail with the given GLSAs to the administrator .TP .B /var/lib/portage/glsa_injected 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. +The file must contain one GLSA id (e.g. '200804\-02') per line. |
