From ea2dd9974b5b25a206048b2747e9184c3e875f8d Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 28 Sep 2011 23:05:15 +0200 Subject: sanitized bash wrapper scripts, reformulated BUGS section in manual --- doc/ranger.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/ranger.1') diff --git a/doc/ranger.1 b/doc/ranger.1 index 981aa115..2ad3d9c0 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -715,9 +715,9 @@ original one. \& function ranger\-cd { \& tempfile=\*(Aq/tmp/chosendir\*(Aq \& /usr/bin/ranger \-\-choosedir="$tempfile" "${@:\-$(pwd)}" -\& if [ \-f "$tempfile" \-a "$(cat "$tempfile")" != "$(pwd | tr \-d "\en")" ]; then -\& cd "$(cat "$tempfile")" -\& rm "$tempfile" +\& if [ \-f "$tempfile" \-a "$(cat \-\- "$tempfile")" != "$(echo \-n \`pwd\`)" ]; then +\& cd \-\- "$(cat "$tempfile")" +\& rm \-f \-\- "$tempfile" \& fi \& } \& @@ -746,7 +746,7 @@ copy, run: .Ve .SH "BUGS" .IX Header "BUGS" -Please report bugs here: +Report bugs here: .PP -In many cases, ranger prints more diagnostics information when you run it with -the \fB\-\-debug\fR option. Please include as much relevant information as possible. +Please include as much relevant information as possible. For the most +diagnostic output, run ranger like this: \f(CW\*(C`PYTHONOPTIMIZE= ranger \-\-debug\*(C'\fR -- cgit 1.4.1-2-gfad0