aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-06-04 19:29:40 +0000
committerNed Ludd <solar@gentoo.org>2005-06-04 19:29:40 +0000
commit8041770c9f3c882124b7018bf5f12f4faa11a95f (patch)
tree3cf8812e0ef20077344801e5dbe8d91f4f20e25e /man
parent- fix readlink bug. memset is a must before using it. (diff)
downloadportage-utils-8041770c9f3c882124b7018bf5f12f4faa11a95f.tar.gz
portage-utils-8041770c9f3c882124b7018bf5f12f4faa11a95f.tar.bz2
portage-utils-8041770c9f3c882124b7018bf5f12f4faa11a95f.zip
- add initial manpage for q
Diffstat (limited to 'man')
-rw-r--r--man/q.129
1 files changed, 29 insertions, 0 deletions
diff --git a/man/q.1 b/man/q.1
new file mode 100644
index 00000000..58dd99f8
--- /dev/null
+++ b/man/q.1
@@ -0,0 +1,29 @@
+.TH q "1" "Jun 2005" "Gentoo" "User Commands"
+.SH NAME
+q \- manual page for q, qfile, quse, qsearch, qlist
+.SH SYNOPSIS
+.B
+\fIq\fR \fR<function> [arguments]\fR
+.TP
+or: \fB\<function> [arguments]\fR
+.SH DESCRIPTION
+* Dump portage info on stuff.
+.SH FUNCTIONS
+.TP
+
+\fB\q\fR, \fB\<function> <args>\fR
+ - qfile <filename> / q file <filename> / q qfile <filename>
+ - qlist <pkgname>
+ - qsearch <regex>
+ - quse <useflag>
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+* Print this help and exit
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+* Print version and exit
+.PP
+.SH "SEE ALSO"
+.BR portage (5),
+.SH "AUTHORS"
+This program was written for Gentoo Linux.