From 0ff7ed3644a57a4be185023bce2c2a866484fd61 Mon Sep 17 00:00:00 2001
From: Christian Faulhammer <fauli@gentoo.org>
Date: Tue, 17 Feb 2009 21:13:28 +0100
Subject: [PATCH] Add curly braces to make variables look more Gentoo-like

---
 pkg-mgr-commands.tex |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 859c775..d26a8a7 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -399,10 +399,10 @@ is made.
 \item[hasq] Deprecated synonym for \t{has}.
 \\
 \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
-    if not provided, and the third is a string value (\t{\$value}), defaulting to nothing. If the
-    USE flag is set, outputs \t{-{}-with-\$opt=\$value} if the third argument was provided, and
-    \t{-{}-with-\$opt} otherwise. If the flag is not set, then it outputs \t{-{}-without-\$opt}.
+    the second a \t{configure} option name (\t{\$\{opt\}}), defaulting to the same as the first argument
+    if not provided, and the third is a string value (\t{\$\{value\}}), defaulting to nothing. If the
+    USE flag is set, outputs \t{-{}-with-\$\{opt\}=\$\{value\}} if the third argument was provided, and
+    \t{-{}-with-\$\{opt\}} otherwise. If the flag is not set, then it outputs \t{-{}-without-\$\{opt\}}.
 
 \item[use\_enable] Works the same as \t{use\_with()}, but outputs \t{-{}-enable-} or \t{-{}-disable-}
 instead of \t{-{}-with-} or \t{-{}-without-}.
-- 
1.6.0.6