]> git.sesse.net Git - vlc/blobdiff - doc/vlc.1
macosx: Fix crash log and remove some unneeded NSLog.
[vlc] / doc / vlc.1
index b301fc6ef2781c64f8349aa34522cb9196dbf505..7324e10365785694d1e812f870128170c5107ee9 100644 (file)
--- a/doc/vlc.1
+++ b/doc/vlc.1
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH VLC 1 "Dec 11, 2003"
+.TH VLC 1 "Feb 14, 2005"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -16,7 +16,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-vlc, wxvlc, svlc, gvlc, kvlc, qvlc \- the VLC media player
+vlc, qvlc, svlc \- the VLC media player
 .SH SYNOPSIS
 .B vlc
 .RI [ OPTIONS ]
 .SH SYNOPSIS
 .B vlc
 .RI [ OPTIONS ]
@@ -35,8 +35,8 @@ For a precise description of options, please use "vlc --help".
 The complete list of
 .B VLC
 options depends on what plugins are installed because they automatically
 The complete list of
 .B VLC
 options depends on what plugins are installed because they automatically
-add their own options. Please use "vlc --longhelp" for a complete list of
-available options.
+add their own options. Please use "vlc --longhelp --advanced" for a
+complete list of available options.
 
 .SH ITEMS
 .B VLC
 
 .SH ITEMS
 .B VLC
@@ -45,27 +45,33 @@ recognizes several URL-style items:
 .B *.mpg, *.vob, *.avi, *.mp3, *.ogg
 Various multimedia file formats
 .TP
 .B *.mpg, *.vob, *.avi, *.mp3, *.ogg
 Various multimedia file formats
 .TP
-.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 beforehands.
+.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
 .TP
-.B vcd:<device>
-VCD device (for instance vcd:/dev/cdrom).
+.B vcd://[<device>][@{E|P|E|T|S}[<number>]]
+VCD device (for instance vcd:///dev/cdrom).
 .TP
 .B udp:[@[<multicast address>][:<local port>]]
 UDP stream, such as one sent by VLS or another VLC.
 Usually "udp:" is enough.
 .TP
 .TP
 .B udp:[@[<multicast address>][:<local port>]]
 UDP stream, such as one sent by VLS or another VLC.
 Usually "udp:" is enough.
 .TP
-.B vlc:<command>
-Execute a playlist command. Commands are :
+.B http://<server address>[:<server port>]/[<file>]
+HTTP stream
+.TP
+.B rtsp://<server address>[:<server port>]/<stream name>
+RTSP Video On Demand stream
+.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
 .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).
 .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).