diff options
author | Alexander Levin <al.le@rockbox.org> | 2009-02-28 22:04:58 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2009-02-28 22:04:58 +0000 |
commit | 9bb83429d1e7fdd19c6247529845e0885eb07961 (patch) | |
tree | 2ac529680118e1d2415f15420e0a84eb3ba456ac | |
parent | b14fe221ab18c3856b9703355505f0358ad24315 (diff) | |
download | rockbox-9bb83429d1e7fdd19c6247529845e0885eb07961.tar.gz rockbox-9bb83429d1e7fdd19c6247529845e0885eb07961.zip |
Mention the .link files as a supported file type (FS#9927)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20145 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | docs/CREDITS-MANUAL | 1 | ||||
-rw-r--r-- | manual/appendix/file_formats.tex | 2 | ||||
-rw-r--r-- | manual/plugins/shortcuts.tex | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/docs/CREDITS-MANUAL b/docs/CREDITS-MANUAL index 72fc20a73c..475774985d 100644 --- a/docs/CREDITS-MANUAL +++ b/docs/CREDITS-MANUAL | |||
@@ -33,3 +33,4 @@ Peter Harley | |||
33 | Will Robertson | 33 | Will Robertson |
34 | Robert Menes | 34 | Robert Menes |
35 | Alex Parker | 35 | Alex Parker |
36 | Dan Davison | ||
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index 721082e5aa..52d59e2104 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex | |||
@@ -52,6 +52,8 @@ | |||
52 | \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} | 52 | \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} |
53 | & Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\} | 53 | & Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\} |
54 | } | 54 | } |
55 | & Link & \fname{.link} & Display list of target files and directories; | ||
56 | selecting one jumps to the target. \emph{see \reference{ref:Shortcutsplugin}}\\ | ||
55 | \bottomrule | 57 | \bottomrule |
56 | \end{tabularx} | 58 | \end{tabularx} |
57 | \end{center} | 59 | \end{center} |
diff --git a/manual/plugins/shortcuts.tex b/manual/plugins/shortcuts.tex index 7cd7fc5a92..2cca5f773f 100644 --- a/manual/plugins/shortcuts.tex +++ b/manual/plugins/shortcuts.tex | |||
@@ -1,4 +1,5 @@ | |||
1 | \subsection{Shortcuts} | 1 | \subsection{Shortcuts} |
2 | \label{ref:Shortcutsplugin} | ||
2 | 3 | ||
3 | The Shortcuts Plugin allows you to jump to places within the file browser | 4 | The Shortcuts Plugin allows you to jump to places within the file browser |
4 | without having to navigate there manually. The plugin works with | 5 | without having to navigate there manually. The plugin works with |