From 66b40322a5be37a9a18472c731630b1edd7d46d2 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 20 May 2007 22:23:19 +0100 Subject: Mention other methods of getting the current dir; use shell quoting. --- doc/man/en/xine.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3