Manual: add %Vg and %Vs tags. Closes FS#12230.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30332 a1c6a512-1295-4272-9138-f99709370657
diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
index 32248d2..2bced32 100644
--- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
@@ -3,6 +3,8 @@
\config{\%V(x,y,[width],[height],[font]) \%Vf([fgshade]) \%Vb([bgshade])}%
\begin{itemize}
+ \item \%Vf and \%Vb set the foreground and background shade of grey
+ respectively.
\item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
(= white).
\item `font' is a number: 0 is the built-in system font, 1 is the
@@ -13,7 +15,7 @@
\end{itemize}
\note{The correct number of commas with hyphens in
- blank fields are still needed in any case.}
+ blank fields are still needed.}
\begin{example}
%V(12,20,-,-,1) %Vf(0) %Vb(3)