about summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-02-16 16:09:47 +0100
committertoonn <toonn@toonn.io>2019-02-16 16:09:47 +0100
commit2adf1ce2d2249b595e704ddd85d5d3487c2591da (patch)
tree6c437412cab7432f003ed5b1000a04c0f8351206 /doc/ranger.pod
parent29e51e1b702edf763d06327bf2e56f412e2565e8 (diff)
downloadranger-2adf1ce2d2249b595e704ddd85d5d3487c2591da.tar.gz
Clarify some paths in manpage point to the repo
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 8fbc8826..d8a9460d 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -320,7 +320,7 @@ Note: The bookmarks ' (Apostrophe) and ` (Backtick) are the same.
 =head2 RIFLE
 
 Rifle is the file opener of ranger.  It can be used as a standalone program or
-a python module.  It is located at F<ranger/ext/rifle.py>.  In contrast to
+a python module.  It is located at F<$repo/ranger/ext/rifle.py>.  In contrast to
 other, more simple file openers, rifle can automatically find installed
 programs so it can be used effectively out of the box on a variety of systems.
 
@@ -332,7 +332,7 @@ by typing "<rulenumber><enter>".  If you use rifle standalone, you can list all
 rules with the "-l" option and pick a rule with "-p <number>".
 
 The rules, along with further documentation, are contained in
-F<ranger/config/rifle.conf>.
+F<$repo/ranger/config/rifle.conf>.
 
 =head2 FLAGS
 
@@ -1747,7 +1747,7 @@ by checking for this variable.
 =item RANGER_LOAD_DEFAULT_RC
 
 If this variable is set to FALSE, ranger will not load the default rc.conf.
-This can save time if you copied the whole rc.conf to ~/.config/ranger/ and
+This can save time if you copied the whole rc.conf to I<~/.config/ranger/> and
 don't need the default one at all.
 
 =item VISUAL