From 37d9cd3f45dc531aa1f04f2068fca3d628c421fb Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Thu, 21 May 2009 08:50:52 +0200 Subject: [PATCH] Fix documentation of usev. Signed-off-by: Ulrich Mueller --- pkg-mgr-commands.tex | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index c62c345..a6fc924 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -673,7 +673,7 @@ either behaviour is undefined or it is an error as decided by table~\ref{tab:use \item[use] Returns shell true (0) if the first argument (a \t{USE} flag name) is enabled, false otherwise. If the flag name is prefixed with \t{!}, returns true if the flag is disabled, and false if it is enabled. It is guaranteed that this command is quiet. -\item[usev] The same as \t{use}, but also prints the flag name if it is enabled. +\item[usev] The same as \t{use}, but also prints its argument if the return value is true. \item[useq] Deprecated synonym for \t{use}. \item[use\_with] Has one-, two-, and three-argument forms. The first argument is a USE flag name, the second a \t{configure} option name (\t{\$\{opt\}}), defaulting to the same as the first argument -- 1.6.3.1