diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 11 | ||||
-rw-r--r-- | doc/ranger.pod | 9 |
2 files changed, 11 insertions, 9 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 15918188..cc3c32bb 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.6.0" "03/01/2013" "ranger manual" +.TH RANGER 1 "ranger-1.6.0" "03/09/2013" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -367,8 +367,8 @@ Also try: Note that you should \s-1NOT\s0 simply overwrite a function unless you know what you're doing. Instead, save the existing function and call it from your new one. This way, multiple plugins can use the same hook. There are several -sample plugins in the \fIexamples/\fR directory, including a hello-world plugin -that describes this procedure. +sample plugins in the \fI/usr/share/doc/ranger/examples/\fR directory, including a +hello-world plugin that describes this procedure. .SH "KEY BINDINGS" .IX Header "KEY BINDINGS" Key bindings are defined in the file \fIranger/config/rc.conf\fR. Check this @@ -1096,8 +1096,9 @@ docstrings. Using this will disable the <F1> key on commands. .SH "EXAMPLES" .IX Header "EXAMPLES" There are various examples on how to extend ranger with plugins or combine -ranger with other programs. These can be found in the \fIexamples/\fR directory -that is provided along with the source code. +ranger with other programs. These can be found in the +\&\fI/usr/share/doc/ranger/examples/\fR directory, or the \fIdoc/ranger/\fR that is +provided along with the source code. .SH "LICENSE" .IX Header "LICENSE" \&\s-1GNU\s0 General Public License 3 or (at your option) any later version. diff --git a/doc/ranger.pod b/doc/ranger.pod index c7c481b6..10aa0186 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -266,8 +266,8 @@ Also try: Note that you should NOT simply overwrite a function unless you know what you're doing. Instead, save the existing function and call it from your new one. This way, multiple plugins can use the same hook. There are several -sample plugins in the F<examples/> directory, including a hello-world plugin -that describes this procedure. +sample plugins in the F</usr/share/doc/ranger/examples/> directory, including a +hello-world plugin that describes this procedure. @@ -1184,8 +1184,9 @@ docstrings. Using this will disable the <F1> key on commands. =head1 EXAMPLES There are various examples on how to extend ranger with plugins or combine -ranger with other programs. These can be found in the F<examples/> directory -that is provided along with the source code. +ranger with other programs. These can be found in the +F</usr/share/doc/ranger/examples/> directory, or the F<doc/ranger/> that is +provided along with the source code. |