aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-02-22 13:31:41 -0500
committerMike Frysinger <vapier@gentoo.org>2016-02-22 13:31:41 -0500
commit1dbce6aec3b91f9efb13df94c5a8e5c33ea65a4c (patch)
tree96583ddc1a5d4a1fb640db60887f24d5d1c86d1e
parentqsize: rework code to use vdb callbacks (diff)
downloadportage-utils-1dbce6aec3b91f9efb13df94c5a8e5c33ea65a4c.tar.gz
portage-utils-1dbce6aec3b91f9efb13df94c5a8e5c33ea65a4c.tar.bz2
portage-utils-1dbce6aec3b91f9efb13df94c5a8e5c33ea65a4c.zip
man: regen manpagesv0.62
-rw-r--r--man/qatom.15
-rw-r--r--man/qfile.18
-rw-r--r--man/qlist.14
-rw-r--r--man/qlop.14
-rw-r--r--man/qmerge.15
5 files changed, 10 insertions, 16 deletions
diff --git a/man/qatom.1 b/man/qatom.1
index b4bc8ce..42991a5 100644
--- a/man/qatom.1
+++ b/man/qatom.1
@@ -1,4 +1,4 @@
-.TH qatom "1" "Mar 2014" "Gentoo Foundation" "qatom"
+.TH qatom "1" "Feb 2016" "Gentoo Foundation" "qatom"
.SH NAME
qatom \- split atom strings
.SH SYNOPSIS
@@ -8,6 +8,9 @@ qatom \- split atom strings
.SH OPTIONS
.TP
+\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
+Custom output format (default: %{CATEGORY} %{PN} %{PV} %[PR] %[SLOT] %[pfx] %[sfx])
+.TP
\fB\-c\fR, \fB\-\-compare\fR
Compare two atoms
.TP
diff --git a/man/qfile.1 b/man/qfile.1
index 83dacfb..54823cd 100644
--- a/man/qfile.1
+++ b/man/qfile.1
@@ -1,4 +1,4 @@
-.TH qfile "1" "Mar 2014" "Gentoo Foundation" "qfile"
+.TH qfile "1" "Feb 2016" "Gentoo Foundation" "qfile"
.SH NAME
qfile \- list all pkgs owning files
.SH SYNOPSIS
@@ -14,12 +14,6 @@ Display installed packages with slots
\fB\-R\fR, \fB\-\-root\-prefix\fR
Assume arguments are already prefixed by $ROOT
.TP
-\fB\-f\fR \fI<arg>\fR, \fB\-\-from\fR \fI<arg>\fR
-Read arguments from file <arg> ("-" for stdin)
-.TP
-\fB\-m\fR \fI<arg>\fR, \fB\-\-max\-args\fR \fI<arg>\fR
-Treat from file arguments by groups of <arg> (defaults to 5000)
-.TP
\fB\-b\fR, \fB\-\-basename\fR
Match any component of the path
.TP
diff --git a/man/qlist.1 b/man/qlist.1
index eee563d..eedc2cd 100644
--- a/man/qlist.1
+++ b/man/qlist.1
@@ -1,4 +1,4 @@
-.TH qlist "1" "Mar 2014" "Gentoo Foundation" "qlist"
+.TH qlist "1" "Feb 2016" "Gentoo Foundation" "qlist"
.SH NAME
qlist \- list files owned by pkgname
.SH SYNOPSIS
@@ -12,7 +12,7 @@ qlist \- list files owned by pkgname
Just show installed packages
.TP
\fB\-S\fR, \fB\-\-slots\fR
-Display installed packages with slots
+Display installed packages with slots (use twice for subslots)
.TP
\fB\-R\fR, \fB\-\-repo\fR
Display installed packages with repository
diff --git a/man/qlop.1 b/man/qlop.1
index 26ef7b5..6e645a8 100644
--- a/man/qlop.1
+++ b/man/qlop.1
@@ -1,4 +1,4 @@
-.TH qlop "1" "Mar 2014" "Gentoo Foundation" "qlop"
+.TH qlop "1" "Feb 2016" "Gentoo Foundation" "qlop"
.SH NAME
qlop \- emerge log analyzer
.SH SYNOPSIS
@@ -30,7 +30,7 @@ Show sync history
Show current emerging packages
.TP
\fB\-f\fR \fI<arg>\fR, \fB\-\-logfile\fR \fI<arg>\fR
-Read emerge logfile instead of /var/log/emerge.log
+Read emerge logfile instead of $EMERGE_LOG_DIR/emerge.log
.TP
\fB\-\-root\fR \fI<arg>\fR
Set the ROOT env var
diff --git a/man/qmerge.1 b/man/qmerge.1
index 558a810..df928f1 100644
--- a/man/qmerge.1
+++ b/man/qmerge.1
@@ -1,4 +1,4 @@
-.TH qmerge "1" "Mar 2014" "Gentoo Foundation" "qmerge"
+.TH qmerge "1" "Feb 2016" "Gentoo Foundation" "qmerge"
.SH NAME
qmerge \- fetch and merge binary package
.SH SYNOPSIS
@@ -35,9 +35,6 @@ Don't prompt before overwriting
\fB\-O\fR, \fB\-\-nodeps\fR
Don't merge dependencies
.TP
-\fB\-5\fR, \fB\-\-nomd5\fR
-Don't verify MD5 digest of files
-.TP
\fB\-\-debug\fR
Run shell funcs with `set -x`
.TP