diff options
author | hut <hut@lavabit.com> | 2013-03-09 19:58:43 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-03-09 19:59:33 +0100 |
commit | e53b222810d56810db69fc991ab29a921887f942 (patch) | |
tree | c434775ea09d4f00ca58dfce3bebe1fd6aeb21eb | |
parent | 3cd8a402504b75c1ab63223ae0c583d2f803f11a (diff) | |
download | ranger-e53b222810d56810db69fc991ab29a921887f942.tar.gz |
manpage: renamed example/ to /usr/share/doc/ranger/
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/ranger.1 | 11 | ||||
-rw-r--r-- | doc/ranger.pod | 9 |
3 files changed, 12 insertions, 10 deletions
diff --git a/README b/README index 3f5db9ee..5588d0c0 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ This file describes ranger and how to get it to run. For instructions on the usage, please read the man page. See doc/HACKING for development specific information. For configuration, check the files in ranger/config/. They are usually installed to /usr/lib/python*/site-packages/ranger/config/ -and can be obtained with ranger's --copy-config option. The examples/ +and can be obtained with ranger's --copy-config option. The doc/examples/ directory contains several scripts and plugins that demonstrate how ranger can be extended or combined with other programs. 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. |