Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270658 | Differences between
and this patch

Collapse All | Expand All

(-)a/pkg-mgr-commands.tex (-2 / +1 lines)
Lines 673-679 either behaviour is undefined or it is an error as decided by table~\ref{tab:use Link Here
673
\item[use] Returns shell true (0) if the first argument (a \t{USE} flag name) is enabled, false
673
\item[use] Returns shell true (0) if the first argument (a \t{USE} flag name) is enabled, false
674
    otherwise.  If the flag name is prefixed with \t{!}, returns true if the flag is disabled, and
674
    otherwise.  If the flag name is prefixed with \t{!}, returns true if the flag is disabled, and
675
    false if it is enabled. It is guaranteed that this command is quiet.
675
    false if it is enabled. It is guaranteed that this command is quiet.
676
\item[usev] The same as \t{use}, but also prints the flag name if it is enabled.
676
\item[usev] The same as \t{use}, but also prints its argument if the return value is true.
677
\item[useq] Deprecated synonym for \t{use}.
677
\item[useq] Deprecated synonym for \t{use}.
678
\item[use\_with] Has one-, two-, and three-argument forms. The first argument is a USE flag name,
678
\item[use\_with] Has one-, two-, and three-argument forms. The first argument is a USE flag name,
679
    the second a \t{configure} option name (\t{\$\{opt\}}), defaulting to the same as the first argument
679
    the second a \t{configure} option name (\t{\$\{opt\}}), defaulting to the same as the first argument
680
- 

Return to bug 270658