diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-20 22:23:19 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-20 22:23:19 +0100 |
commit | 66b40322a5be37a9a18472c731630b1edd7d46d2 (patch) | |
tree | e0cbc98be71d9d72dfb5d290742d727612f8573f /doc | |
parent | ac2783e97354bc2647164b3e39dad139f9b975c7 (diff) | |
download | xine-lib-66b40322a5be37a9a18472c731630b1edd7d46d2.tar.gz xine-lib-66b40322a5be37a9a18472c731630b1edd7d46d2.tar.bz2 |
Mention other methods of getting the current dir; use shell quoting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/en/xine.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index 51a66607e..08d7fd329 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -80,8 +80,9 @@ to read from. Valid MRLs may be plain file names or one of the following .br .LP \fBNOTE:\fP where a file name is required, the \fIfull path must be -provided\fP - from a shell, you can use \fB$PWD/file\fP if the file -is in the current directory. +provided\fP - from a shell, you can use \fB"$PWD/file"\fP or +\fB"$(pwd)/file"\fP or \fB"\`pwd\`/file"\fP if the file is in the current +directory. (Which one depends on your shell; all three work in bash.) Several MRLs may be specified in order to play a number of consecutive streams. Additional input plugins will provide additional MRL types. The ones |