about summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorDorien Snake <threeifbywhiskey@gmail.com>2014-12-10 18:13:31 -0500
committerDorien Snake <threeifbywhiskey@gmail.com>2014-12-10 18:13:31 -0500
commit61f87ce9bd76aae14385e47b22772f90d0fb7a87 (patch)
tree44ccb7a81303c23b02cfe021df08df654116a0b8 /doc/ranger.pod
parentb071cb85290860895ca53d11105c825674cadebb (diff)
downloadranger-61f87ce9bd76aae14385e47b22772f90d0fb7a87.tar.gz
Fixed references to doc/HACKING
This patch replaces all references to `doc/HACKING` with `doc/HACKING.md`, to
include the one in `setup.py` that was preventing a successful build. Some
trailing whitespace was incidentally removed.
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 211aea11..7cbdd79b 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -7,7 +7,7 @@ ranger - visual file manager
 
 =head1 SYNOPSIS
 
-B<ranger> [B<--version>] [B<--help>] [B<--debug>] [B<--clean>] 
+B<ranger> [B<--version>] [B<--help>] [B<--debug>] [B<--clean>]
 [B<--confdir>=I<directory>] [B<--copy-config>=I<which>]
 [B<--choosefile>=I<target>] [B<--choosefiles>=I<target>]
 [B<--choosedir>=I<target>] [B<--selectfile>=I<filepath>]
@@ -33,7 +33,7 @@ commands and I<3?> for settings.
 
 The F<README> contains install instructions.
 
-The file F<doc/HACKING> contains guidelines for code modification.
+The file F<doc/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
@@ -793,7 +793,7 @@ Gather and display data about version control systems. Supported vcs: git, hg.
 =item vcs_backend_git, vcs_backend_hg, vcs_backend_bzr [string]
 
 Sets the state for the version control backend. The possible values are:
-    
+
  disabled   don't display any information.
  local      display only local state.
  enabled    display both, local and remote state. May be slow for hg and bzr.