diff options
author | hut <hut@lepus.uberspace.de> | 2014-12-11 00:56:56 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-12-11 00:56:56 +0100 |
commit | ddc07b767f79874bd3a39c274492da41424329c9 (patch) | |
tree | 8ba34a66160c93a0a4cb5834c67cb3348004249d /doc | |
parent | b071cb85290860895ca53d11105c825674cadebb (diff) | |
parent | b38b4dd1c053efd4b7669fa8727ca0da7c9fa379 (diff) | |
download | ranger-ddc07b767f79874bd3a39c274492da41424329c9.tar.gz |
Merge branch 'fix-hacking-references' of https://github.com/threeifbywhiskey/ranger
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index dcbca8ce..c57cce0d 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -142,7 +142,7 @@ ranger \- visual file manager .SH "SYNOPSIS" .IX Header "SYNOPSIS" -\&\fBranger\fR [\fB\-\-version\fR] [\fB\-\-help\fR] [\fB\-\-debug\fR] [\fB\-\-clean\fR] +\&\fBranger\fR [\fB\-\-version\fR] [\fB\-\-help\fR] [\fB\-\-debug\fR] [\fB\-\-clean\fR] [\fB\-\-confdir\fR=\fIdirectory\fR] [\fB\-\-copy\-config\fR=\fIwhich\fR] [\fB\-\-choosefile\fR=\fItarget\fR] [\fB\-\-choosefiles\fR=\fItarget\fR] [\fB\-\-choosedir\fR=\fItarget\fR] [\fB\-\-selectfile\fR=\fIfilepath\fR] @@ -160,7 +160,7 @@ commands and \fI3?\fR for settings. .PP The \fI\s-1README\s0\fR contains install instructions. .PP -The file \fIdoc/HACKING\fR contains guidelines for code modification. +The file \fIHACKING.md\fR contains guidelines for code modification. .PP The directory \fIdoc/configs\fR contains configuration files. They are usually installed to \fI/usr/lib/python*/site\-packages/ranger/config\fR and can be diff --git a/doc/ranger.pod b/doc/ranger.pod index 211aea11..f9836e41 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<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. |