diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-01-06 11:35:47 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-01-06 11:35:47 +0000 |
| commit | 4add1af7637e34567c5dedd6acfee3ccc4c0e8ac (patch) | |
| tree | 6c3f8ec8682e8f4324a2f8bfb7f50d2a601695e8 /manual/appendix | |
| parent | ae1fb3e1fb963f8ef85185e68025f0c6e45cf2cb (diff) | |
| download | rockbox-4add1af7637e34567c5dedd6acfee3ccc4c0e8ac.zip rockbox-4add1af7637e34567c5dedd6acfee3ccc4c0e8ac.tar.gz rockbox-4add1af7637e34567c5dedd6acfee3ccc4c0e8ac.tar.bz2 rockbox-4add1af7637e34567c5dedd6acfee3ccc4c0e8ac.tar.xz | |
A couple of small fixes for the gigabeat s manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19698 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/file_formats.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index 839a565..721082e 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -86,9 +86,12 @@ \opt{h100,h300,x5,m5,m3}{ Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode fast enough to be useful. \\ } - \opt{gigabeat}{ + \opt{gigabeatf}{ Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 files decode fast enough to be useful. \\ } + \opt{gigabeats}{ + Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode fast enough to be useful. \\ + } \nopt{h100,h300,x5,m5,m3,gigabeat}{% Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast enough to be useful. \\ } |