aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-07-08 09:56:53 -0700
committerZac Medico <zmedico@gentoo.org>2011-07-08 09:56:53 -0700
commitd334784c83f65b75c5b0f12f1b6294e522107ae6 (patch)
tree4a8b2e43d399a1d9fa06792d007054dd148d267a /man
parentInvert has/hasq and use/useq implementations. (diff)
downloadportage-d334784c83f65b75c5b0f12f1b6294e522107ae6.tar.gz
portage-d334784c83f65b75c5b0f12f1b6294e522107ae6.tar.bz2
portage-d334784c83f65b75c5b0f12f1b6294e522107ae6.zip
ebuild.5: remove hasq docs for bug #199722
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.58
1 files changed, 4 insertions, 4 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 20117e08d..0ad5da1ac 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -1,4 +1,4 @@
-.TH "EBUILD" "5" "May 2011" "Portage VERSION" "Portage"
+.TH "EBUILD" "5" "Jul 2011" "Portage VERSION" "Portage"
.SH "NAME"
ebuild \- the internal format, variables, and functions in an ebuild script
.SH "DESCRIPTION"
@@ -841,10 +841,10 @@ Same as \fBuse_with\fR above, except that the configure options are
argument is recognized. In \fBEAPI 3\fR and earlier, an empty
\fIconfigure opt\fR argument is treated as if it weren't provided.
.TP
-\fBhas\fR \fI<item>\fR \fI<item list>\fR
-If \fIitem\fR is in \fIitem list\fR, then \fIitem\fR is echoed and \fBhas\fR
+\fBhasv\fR \fI<item>\fR \fI<item list>\fR
+If \fIitem\fR is in \fIitem list\fR, then \fIitem\fR is echoed and \fBhasv\fR
returns 0. Otherwise, nothing is echoed and 1 is returned. As indicated with
-use, there is a non\-echoing version \fBhasq\fR. Please use \fBhasq\fR in all
+use, there is a non\-echoing version \fBhas\fR. Please use \fBhas\fR in all
places where output is to be disregarded. Never use the output for calculation.
.br
The \fIitem list\fR is delimited by the \fIIFS\fR variable. This variable