diff options
author | Ned Ludd <solar@gentoo.org> | 2007-01-07 00:40:50 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-01-07 00:40:50 +0000 |
commit | 0977415e8724be407c65d0727012ed6db2fadb0c (patch) | |
tree | 2a29f7d82be067c8003dd6ec3a7ce3f828b41bfe /man/q.1 | |
parent | - make error msg more verbose when dealing with RGB values in color mappings (diff) | |
download | portage-utils-0977415e8724be407c65d0727012ed6db2fadb0c.tar.gz portage-utils-0977415e8724be407c65d0727012ed6db2fadb0c.tar.bz2 portage-utils-0977415e8724be407c65d0727012ed6db2fadb0c.zip |
- update man pages
Diffstat (limited to 'man/q.1')
-rw-r--r-- | man/q.1 | 29 |
1 files changed, 19 insertions, 10 deletions
@@ -7,24 +7,33 @@ q \- invoke a portage utility applet \fI<applet> <args> : invoke a portage utility applet\fR .SH DESCRIPTION .SS "Currently defined applets:" -.IP -q <applet> <args> : virtual applet +.TP +q <applet> <args> +: virtual applet .TP qatom <pkg> : split atom strings -.IP -qcache <action> <args> : search the metadata cache -qcheck <pkgname> : verify mtimes/digests +.TP +qcache <action> <args> +: search the metadata cache +.TP +qcheck <pkgname> +: verify mtimes/digests .TP qdepends <pkgname> : show dependency info .TP qfile <filename> : list all pkgs owning files -.IP -qglsa <action> <list> : check GLSAs against system -qgrep <misc args> : grep in ebuilds -qlist <pkgname> : list files owned by pkgname +.TP +qglsa <action> <list> +: check GLSAs against system +.TP +qgrep <misc args> +: grep in ebuilds +.TP +qlist <pkgname> +: list files owned by pkgname .TP qlop <pkgname> : emerge log analyzer @@ -79,4 +88,4 @@ Options: \fB\-[irmvqChV]\fR \fB\-V\fR, \fB\-\-version\fR * Print version and exit .PP -$Id: q.1,v 1.20 2006/09/11 05:54:12 vapier Exp $ +$Id: q.1,v 1.21 2007/01/07 00:40:50 solar Exp $ |