diff options
author | toonn <toonn@toonn.io> | 2019-06-07 20:36:10 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-06-18 12:56:01 +0200 |
commit | 6dcef84df86b03b29f1fa165c3544cdd646f1e5e (patch) | |
tree | 771fc90a56b9f720b185b8cf9c08394540958886 | |
parent | 12dca1e3540ec4a0404769a6343ac0970944088c (diff) | |
download | ranger-6dcef84df86b03b29f1fa165c3544cdd646f1e5e.tar.gz |
Reword flag docs to mention both rc and rifle confs
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index d050b3b2..5a29f6e1 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.2" "2019-05-20" "ranger manual" +.TH RANGER 1 "ranger-1.9.2" "2019-06-18" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -483,9 +483,9 @@ command: (for example \f(CW\*(C`:shell \-w df\*(C'\fR) \& w Wait for an Enter\-press when the process is done .Ve .PP -By default, all the flags are off unless specified otherwise in the -\&\fIrifle.conf\fR configuration file. You can specify as many flags as you want. -An uppercase flag negates the effect: \*(L"ffcccFsf\*(R" is equivalent to \*(L"cs\*(R". +By default, all the flags are off unless otherwise specified in \fIrc.conf\fR key +bindings or \fIrifle.conf\fR rules. You can specify as many flags as you want. An +uppercase flag negates the effect: \*(L"ffcccFsf\*(R" is equivalent to \*(L"cs\*(R". .PP The terminal program name for the \*(L"t\*(R" flag is taken from the environment variable \f(CW$TERMCMD\fR. If it doesn't exist, it tries to extract it from \f(CW$TERM\fR, diff --git a/doc/ranger.pod b/doc/ranger.pod index 9649dfcb..fadd4cba 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -377,9 +377,9 @@ command: (for example C<:shell -w df>) s Silent mode. Output will be discarded. w Wait for an Enter-press when the process is done -By default, all the flags are off unless specified otherwise in the -F<rc.conf> configuration file. You can specify as many flags as you want. -An uppercase flag negates the effect: "ffcccFsf" is equivalent to "cs". +By default, all the flags are off unless otherwise specified in F<rc.conf> key +bindings or F<rifle.conf> rules. You can specify as many flags as you want. An +uppercase flag negates the effect: "ffcccFsf" is equivalent to "cs". The terminal program name for the "t" flag is taken from the environment variable $TERMCMD. If it doesn't exist, it tries to extract it from $TERM, |