diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-03-27 15:52:27 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-03-27 15:52:27 +0000 |
| commit | 6d4637c43528f9124294eddfc649929172e1f09c (patch) | |
| tree | 3584afcb26b19d579d46bc9824a46ba9e1b4d721 | |
| parent | f2589546b36be40e0cc102cdc69a39b132b956b7 (diff) | |
| download | rockbox-6d4637c43528f9124294eddfc649929172e1f09c.zip rockbox-6d4637c43528f9124294eddfc649929172e1f09c.tar.gz rockbox-6d4637c43528f9124294eddfc649929172e1f09c.tar.bz2 rockbox-6d4637c43528f9124294eddfc649929172e1f09c.tar.xz | |
No need to use parenthesis here
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25350 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/wps_tags.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index ca3fb3f..e99867e 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -36,17 +36,17 @@ show the information for the next song to be played. \nopt{lcd_non-mono}{% \config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}% [height]{\textbar}[font]{\textbar}} - & (see section \ref{ref:Viewports})\\} + & See section \ref{ref:Viewports}\\} \nopt{lcd_color}{\opt{lcd_non-mono}{% \config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}% [height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}} - & (see section \ref{ref:Viewports})\\}} + & See section \ref{ref:Viewports}\\}} \opt{lcd_color}{% \config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}% [height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}} - & (see section \ref{ref:Viewports})\\} + & See section \ref{ref:Viewports}\\} \config{\%Vd'identifier'} & Display the `identifier' viewport. E.g. \config{\%?C{\textless}\%Vda{\textbar}\%Vdb{\textgreater}} |