blob: 91cc816964122186c480afb76a9f83e2d24a7667 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
From: Vern Sun <s5unty@gmail.com>
Date: Tue, 16 Jun 2015 16:10:52 +0800
Subject: comply with the Debian policy/10.7.2
Forwarded: not-needed
https://www.debian.org/doc/debian-policy/ch-files.html#s10.7.2
---
doc/ranger.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ranger.1 b/doc/ranger.1
index 42eca7e..baa8639 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -158,12 +158,12 @@ ranger is a console file manager with \s-1VI\s0 key bindings.
\&\fIInside ranger\fR, you can press \fI?\fR for a list of key bindings, commands or
settings.
.PP
-The \fI\s-1README\s0\fR contains install instructions.
+The file \fI\s-1README\s0.md\fR contains install instructions.
.PP
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/share/doc/ranger/config\fR and can be obtained with ranger's
+installed to \fI/etc/ranger/config\fR and can be obtained with ranger's
\&\-\-copy\-config option.
.PP
The directory \fIexamples\fR contains reference implementations for ranger
|