Commit c5ee08e5 authored by Antoine Cellerier's avatar Antoine Cellerier

* small man page update. It'd be nice to the http://videolan.org/doc

  url somewhere but i don't know where man page conventions would put
  that.
parent c464008e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" 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. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.\" .sp <n> insert n+1 empty lines .\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7) .\" for manpage-specific macros, see man(7)
.SH NAME .SH NAME
vlc, wxvlc, svlc, gvlc, kvlc, qvlc \- the VLC media player vlc, wxvlc, svlc \- the VLC media player
.SH SYNOPSIS .SH SYNOPSIS
.B vlc .B vlc
.RI [ OPTIONS ] .RI [ OPTIONS ]
...@@ -35,8 +35,8 @@ For a precise description of options, please use "vlc --help". ...@@ -35,8 +35,8 @@ For a precise description of options, please use "vlc --help".
The complete list of The complete list of
.B VLC .B VLC
options depends on what plugins are installed because they automatically options depends on what plugins are installed because they automatically
add their own options. Please use "vlc --longhelp" for a complete list of add their own options. Please use "vlc --longhelp --advanced" for a
available options. complete list of available options.
.SH ITEMS .SH ITEMS
.B VLC .B VLC
...@@ -45,17 +45,22 @@ recognizes several URL-style items: ...@@ -45,17 +45,22 @@ recognizes several URL-style items:
.B *.mpg, *.vob, *.avi, *.mp3, *.ogg .B *.mpg, *.vob, *.avi, *.mp3, *.ogg
Various multimedia file formats Various multimedia file formats
.TP .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 DVD device (for instance dvd:///dev/dvd). The raw device is optional and
must have been prepared beforehands. must have been prepared beforehands.
.TP .TP
.B vcd:<device> .B vcd://[<device>][@{E|P|E|T|S}[<number>]]
VCD device (for instance vcd:/dev/cdrom). VCD device (for instance vcd:///dev/cdrom).
.TP .TP
.B udp:[@[<multicast address>][:<local port>]] .B udp:[@[<multicast address>][:<local port>]]
UDP stream, such as one sent by VLS or another VLC. UDP stream, such as one sent by VLS or another VLC.
Usually "udp:" is enough. Usually "udp:" is enough.
.TP .TP
.B http://<server address>[:<server port>]/[<file>]
HTTP stream
.TP
.B rtsp://<server address>[:<server port>]/<stream name>
RTSP Video On Demand stream
.B vlc:<command> .B vlc:<command>
Execute a playlist command. Commands are : Execute a playlist command. Commands are :
.B pause .B pause
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment