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 | |
parent | c0f2fc72eccb4127fba5f48ce4b422487d6ec752 (diff) | |
download | ranger-3212bd8b3a154b8b11296cd581c9edc9ce741175.tar.gz |
doc/ranger.1: fix paths in RESOURCES section
-rw-r--r-- | doc/ranger.1 | 6 | ||||
-rw-r--r-- | doc/ranger.pod | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 461ee00e..17795a7c 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -163,13 +163,13 @@ The \fI\s-1README\s0\fR contains install instructions. The file \fI\s-1HACKING\s0.md\fR contains guidelines for code modification. .PP The directory \fIdoc/configs\fR contains configuration files. They are usually -installed to \fI/usr/lib/python*/site\-packages/ranger/config\fR and can be -obtained with ranger's \-\-copy\-config option. +installed to \fI/usr/share/doc/ranger/config\fR and can be obtained with ranger's +\&\-\-copy\-config option. .PP The directory \fIexamples\fR contains reference implementations for ranger plugins, sample configuration files and some programs for integrating ranger with other software. They are usually installed to -\&\fI/usr/lib/python*/site\-packages/ranger/examples\fR. +\&\fI/usr/share/doc/ranger/examples\fR. .PP The man page of \fIrifle\fR\|(1) describes the functions of the file opener .PP 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 |