]> git.sesse.net Git - vlc/blobdiff - doc/vlc.1
threads: Make sure we don't re-create a thread if the object has already one.
[vlc] / doc / vlc.1
index 2a0830815a4d827d94773d5cc83cda69df7649fe..7324e10365785694d1e812f870128170c5107ee9 100644 (file)
--- a/doc/vlc.1
+++ b/doc/vlc.1
@@ -16,7 +16,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-vlc, wxvlc, svlc \- the VLC media player
+vlc, qvlc, svlc \- the VLC media player
 .SH SYNOPSIS
 .B vlc
 .RI [ OPTIONS ]
@@ -45,7 +45,7 @@ recognizes several URL-style items:
 .B *.mpg, *.vob, *.avi, *.mp3, *.ogg
 Various multimedia file formats
 .TP
-.B dvd://[<device>][@<raw device>][@[<title>][,[<chapter>][,<angle>]]]
+.B dvd://[<device>][@<raw device>][@[<title>][:[<chapter>][:<angle>]]]
 DVD device (for instance dvd:///dev/dvd). The raw device is optional and
 must have been prepared beforehand.
 .TP
@@ -61,16 +61,17 @@ HTTP stream
 .TP
 .B rtsp://<server address>[:<server port>]/<stream name>
 RTSP Video On Demand stream
-.B vlc:<command>
-Execute a playlist command. Commands are :
+.TP
+.B vlc://<command>
+Execute a playlist command. Commands are:
 .B pause
 (pause execution of other items), and
 .B quit
 (close VLC).
 
 .SH SEE ALSO
-.BR vls (1)
-.br
+Online documentation: http://www.videolan.org/doc/
+.PP
 .SH AUTHOR
 This manual page was written by Sam Hocevar <sam@zoy.org>, for the Debian
 GNU/Linux system (but may be used by others).