diff options
author | hut <hut@lepus.uberspace.de> | 2015-04-13 12:57:33 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-04-13 12:57:33 +0200 |
commit | 3212bd8b3a154b8b11296cd581c9edc9ce741175 (patch) | |
tree | 128ca13fd675c15a98d803b11ddd00773c97aef2 /doc/ranger.pod | |
parent | c0f2fc72eccb4127fba5f48ce4b422487d6ec752 (diff) | |
download | ranger-3212bd8b3a154b8b11296cd581c9edc9ce741175.tar.gz |
doc/ranger.1: fix paths in RESOURCES section
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index ab6dc6d2..ab84de2c 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -36,13 +36,13 @@ The F<README> contains install instructions. The file F<HACKING.md> contains guidelines for code modification. The directory F<doc/configs> contains configuration files. They are usually -installed to F</usr/lib/python*/site-packages/ranger/config> and can be -obtained with ranger's --copy-config option. +installed to F</usr/share/doc/ranger/config> and can be obtained with ranger's +--copy-config option. The directory F<examples> contains reference implementations for ranger plugins, sample configuration files and some programs for integrating ranger with other software. They are usually installed to -F</usr/lib/python*/site-packages/ranger/examples>. +F</usr/share/doc/ranger/examples>. The man page of rifle(1) describes the functions of the file opener |