diff options
author | 2007-04-05 18:25:27 +0000 | |
---|---|---|
committer | 2007-04-05 18:25:27 +0000 | |
commit | 666c20358dc94a72ffe1202382279227acc24d3f (patch) | |
tree | c25648c64609ec934272bdb708231ab6bb0a1e0e | |
parent | - src.style fixups (diff) | |
download | portage-utils-0.1.25.tar.gz portage-utils-0.1.25.tar.bz2 portage-utils-0.1.25.zip |
- update qgrep man pagev0.1.25
-rw-r--r-- | man/qgrep.1 | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/man/qgrep.1 b/man/qgrep.1 index fd12b11..dc604d6 100644 --- a/man/qgrep.1 +++ b/man/qgrep.1 @@ -1,14 +1,14 @@ -.TH qgrep "1" "January 2007" "Gentoo Foundation" "qgrep" +.TH qgrep "1" "April 2007" "Gentoo Foundation" "qgrep" .SH NAME qgrep \- grep in ebuilds .SH SYNOPSIS .B qgrep \fI<misc args>\fR .SH DESCRIPTION -Options: \fB\-[IiHcevqChV]\fR +Options: \fB\-[IiHNclLexJEsS:B:A:vqChV]\fR .TP \fB\-I\fR, \fB\-\-invert\-match\fR -* Select non-matching lines +* Select non\-matching lines .TP \fB\-i\fR, \fB\-\-ignore\-case\fR * Ignore case distinctions @@ -16,12 +16,45 @@ Options: \fB\-[IiHcevqChV]\fR \fB\-H\fR, \fB\-\-with\-filename\fR * Print the filename for each match .TP +\fB\-N\fR, \fB\-\-with\-name\fR +* Print the package or eclass name for each match +.TP \fB\-c\fR, \fB\-\-count\fR * Only print a count of matching lines per FILE .TP +\fB\-l\fR, \fB\-\-list\fR +* Only print FILE names containing matches +.TP +\fB\-L\fR, \fB\-\-invert\-list\fR +* Only print FILE names containing no match +.TP \fB\-e\fR, \fB\-\-regexp\fR * Use PATTERN as a regular expression .TP +\fB\-x\fR, \fB\-\-extended\fR +* Use PATTERN as an extended regular expression +.TP +\fB\-J\fR, \fB\-\-installed\fR +* Search in installed ebuilds instead of the tree +.TP +\fB\-E\fR, \fB\-\-eclass\fR +* Search in eclasses instead of ebuilds +.TP +\fB\-s\fR, \fB\-\-skip\-comments\fR +* Skip comments lines +.TP +\fB\-S\fR, \fB\-\-skip\fR <arg> +.BR + * Skip lines matching <arg> +.TP +\fB\-B\fR, \fB\-\-before\fR <arg> +.BR + * Print <arg> lines of leading context +.TP +\fB\-A\fR, \fB\-\-after\fR <arg> +.BR + * Print <arg> lines of trailing context +.TP \fB\-v\fR, \fB\-\-verbose\fR * Make a lot of noise .TP @@ -37,4 +70,4 @@ Options: \fB\-[IiHcevqChV]\fR \fB\-V\fR, \fB\-\-version\fR * Print version and exit .PP -$Id: qgrep.1,v 1.16 2007/01/07 20:32:41 solar Exp $ +$Id: qgrep.1,v 1.17 2007/04/05 18:25:27 solar Exp $ |