diff options
author | hut <hut@lavabit.com> | 2011-10-08 22:01:23 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-08 22:01:23 +0200 |
commit | 9004b65381353da7f333fcaa899208531af49ef0 (patch) | |
tree | 56b44376cec876bbb1b174bfca0ca66498c2b851 /doc | |
parent | 9f2e6794638bcacb1fb1dc3a7e7996748a2a03a4 (diff) | |
download | ranger-9004b65381353da7f333fcaa899208531af49ef0.tar.gz |
ranger.__init__, ranger.1: updated rangers description
Diffstat (limited to 'doc')
-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 21de675d..eda44728 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -140,9 +140,9 @@ ranger \- visual file manager .SH "DESCRIPTION" .IX Header "DESCRIPTION" ranger is a console file manager with \s-1VI\s0 key bindings. It provides a -minimalistic yet nice curses interface with a view on the directory hierarchy. -The secondary task of ranger is to psychically guess which program you want to -use for opening particular files. +minimalistic and nice curses interface with a view on the directory hierarchy. +The secondary task of ranger is to figure out which program you want to use to +open your files with. .PP This manual mainly contains information on the usage of ranger. Refer to the \&\fI\s-1README\s0\fR for install instructions and to \fIdoc/HACKING\fR for development diff --git a/doc/ranger.pod b/doc/ranger.pod index eabdc0d9..d7d01f41 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -18,9 +18,9 @@ B<ranger> [B<--help>] [B<--version>] [B<--debug>] [B<--clean>] =head1 DESCRIPTION ranger is a console file manager with VI key bindings. It provides a -minimalistic yet nice curses interface with a view on the directory hierarchy. -The secondary task of ranger is to psychically guess which program you want to -use for opening particular files. +minimalistic and nice curses interface with a view on the directory hierarchy. +The secondary task of ranger is to figure out which program you want to use to +open your files with. This manual mainly contains information on the usage of ranger. Refer to the F<README> for install instructions and to F<doc/HACKING> for development |