aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-15 05:31:07 +0000
committerMike Frysinger <vapier@gentoo.org>2012-04-15 05:31:07 +0000
commit2ed6855e4c45d157e0879a598aca186e8bb0c08e (patch)
tree3808341971a60c3c5d061fc5a8798ccd3ccc45ff /man/qcheck.1
parentpatch by Naohiro Aota to check for -lkvm on bsd systems for qlop code #403589... (diff)
downloadportage-utils-2ed6855e4c45d157e0879a598aca186e8bb0c08e.tar.gz
portage-utils-2ed6855e4c45d157e0879a598aca186e8bb0c08e.tar.bz2
portage-utils-2ed6855e4c45d157e0879a598aca186e8bb0c08e.zip
regen man pages
Diffstat (limited to 'man/qcheck.1')
-rw-r--r--man/qcheck.140
1 files changed, 23 insertions, 17 deletions
diff --git a/man/qcheck.1 b/man/qcheck.1
index a4998425..7273432a 100644
--- a/man/qcheck.1
+++ b/man/qcheck.1
@@ -1,46 +1,52 @@
-.TH qcheck "1" "April 2008" "Gentoo Foundation" "qcheck"
+.TH qcheck "1" "April 2012" "Gentoo Foundation" "qcheck"
.SH NAME
qcheck \- verify integrity of installed packages
.SH SYNOPSIS
.B qcheck
\fI<opts> <pkgname>\fR
.SH DESCRIPTION
-Options: \fB\-[eauAHTBvqChV]\fR
+Options: \fB\-[aes:uABHTpvqChV]\fR
+.TP
+\fB\-a\fR, \fB\-\-all\fR
+List all packages
.TP
\fB\-e\fR, \fB\-\-exact\fR
-* Exact match (only CAT/PN or PN without PV)
+Exact match (only CAT/PN or PN without PV)
.TP
-\fB\-a\fR, \fB\-\-all\fR
-* List all packages
+\fB\-s\fR, \fB\-\-skip\fR <arg>
+Ignore files matching the regular expression <arg>
.TP
\fB\-u\fR, \fB\-\-update\fR
-* Update missing files, chksum and mtimes for packages
+Update missing files, chksum and mtimes for packages
.TP
\fB\-A\fR, \fB\-\-noafk\fR
-* Ignore missing files
+Ignore missing files
+.TP
+\fB\-B\fR, \fB\-\-badonly\fR
+Only print pkgs containing bad files
.TP
\fB\-H\fR, \fB\-\-nohash\fR
-* Ignore differing/unknown file chksums
+Ignore differing/unknown file chksums
.TP
\fB\-T\fR, \fB\-\-nomtime\fR
-* Ignore differing file mtimes
+Ignore differing file mtimes
.TP
-\fB\-B\fR, \fB\-\-badonly\fR
-* Only print pkgs containing bad files excluding /etc.
+\fB\-p\fR, \fB\-\-prelink\fR
+Undo prelink when calculating checksums
.TP
\fB\-v\fR, \fB\-\-verbose\fR
-* Make a lot of noise
+Make a lot of noise
.TP
\fB\-q\fR, \fB\-\-quiet\fR
-* Tighter output; suppress warnings
+Tighter output; suppress warnings
.TP
\fB\-C\fR, \fB\-\-nocolor\fR
-* Don't output color
+Don't output color
.TP
\fB\-h\fR, \fB\-\-help\fR
-* Print this help and exit
+Print this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
-* Print version and exit
+Print version and exit
.PP
-$Id: qcheck.1,v 1.24 2008/04/12 17:26:00 solar Exp $
+$Id: qcheck.1,v 1.25 2012/04/15 05:31:07 vapier Exp $