summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-19 22:46:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-19 22:46:06 +0000
commit8f4550a80f4881e97d37b9b09ad5c7c910b1fbaf (patch)
tree7da62217824b5229c281ff983694ad51efeabe53 /www/docs
parent2e1844ab62a1f16ecce108037342d7dee4314baa (diff)
downloadrockbox-8f4550a80f4881e97d37b9b09ad5c7c910b1fbaf.tar.gz
rockbox-8f4550a80f4881e97d37b9b09ad5c7c910b1fbaf.zip
minor formatting fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs')
-rw-r--r--www/docs/rvf.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/docs/rvf.t b/www/docs/rvf.t
index 7b8b9c97ea..ac825acc44 100644
--- a/www/docs/rvf.t
+++ b/www/docs/rvf.t
@@ -27,9 +27,9 @@ href="http://joerg.hohensohn.bei.t-online.de/archos/doom/source.zip">http://joer
27 27
28<li> Press START on your taskbar, choose RUN and type in the box (minus 28<li> Press START on your taskbar, choose RUN and type in the box (minus
29 quotes): "command" You should now be looking at a command prompt. If you 29 quotes): "command" You should now be looking at a command prompt. If you
30 don't know basic DOS commands, here is what you need to know: 30 don't know basic DOS commands, here is what you need to know: Use 'cd'
31<br> 31 change dir (format: cd <dir>) IE: "cd .." to go UP one, "cd ROCKBOX" to
32 cd > change dir (format: cd <dir>) IE: "cd .." to go UP one, "cd ROCKBOX" to enter a path "ROCKBOX" 32 enter a path "ROCKBOX"
33 33
34<li> Navigate to your PATH in DOS prompt, using "cd" as illustrated above. 34<li> Navigate to your PATH in DOS prompt, using "cd" as illustrated above.
35 35
@@ -40,7 +40,7 @@ href="http://joerg.hohensohn.bei.t-online.de/archos/doom/source.zip">http://joer
40 For example, if your AVI movie is called "filename" then you'd put in the following: 40 For example, if your AVI movie is called "filename" then you'd put in the following:
41<pre> 41<pre>
42 avitoyuv filename.avi filename.yuv 42 avitoyuv filename.avi filename.yuv
43</ptr> 43</pre>
44 44
45 OPTIONAL: You can name the output file differently, whatever you specify it 45 OPTIONAL: You can name the output file differently, whatever you specify it
46 will be called. INFO: This can take long to convert. 46 will be called. INFO: This can take long to convert.