diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2008-03-10 23:15:55 -0300 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2008-03-10 23:15:55 -0300 |
commit | c3bd6847b68e11761f5af54d7a7fdb33efe19d65 (patch) | |
tree | 36cb17607b85bfab5f6586eb3ee09ac6900bdbaf | |
parent | d3572a729ae098dba38d27a2b1914b6ca17c4de1 (diff) | |
download | xine-lib-c3bd6847b68e11761f5af54d7a7fdb33efe19d65.tar.gz xine-lib-c3bd6847b68e11761f5af54d7a7fdb33efe19d65.tar.bz2 |
fix mrl example
-rw-r--r-- | doc/man/en/xine.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index d5b0b5afe..13e5d0597 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -265,7 +265,7 @@ Text subtitle files may be appended to the MRL:. This is the normal way to define the subtitle file to use. The frontend will not take any notice of the subtitle file. For example: .br -.I file://home/user/wibble.mpg#subtitles:/home/user/wibble.sub +.I file://home/user/wibble.mpg#subtitle:/home/user/wibble.sub .br (Note that some front ends can detect subtitles files where the name differs as shown in the example.) |