From 5c90d90e705c32c6d1ed8937513666e2d11e9ec0 Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Mon, 25 May 2009 07:42:08 +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..5c019fd 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 the flag name upon success. \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