diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-03-05 18:25:56 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-03-05 18:25:56 +0100 |
commit | 4c9b2143d39d09fd286ec79419b00852b5d181ff (patch) | |
tree | e8237e66dd386c762d582b16e79d2450d201d0bb | |
parent | 87620eea4dab4f76df3ed2fa01a05673412ef206 (diff) | |
download | ranger-4c9b2143d39d09fd286ec79419b00852b5d181ff.tar.gz |
doc/ranger.1: Reorder the settings alphabetically
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 8 | ||||
-rw-r--r-- | doc/rifle.1 | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index ded6a5d6..f362d263 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.1" "03/04/2018" "ranger manual" +.TH RANGER 1 "ranger-1.9.1" "05.03.2018" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -804,6 +804,9 @@ this pattern will hide all files that start with a dot or end with a tilde. .IX Item "hint_collapse_threshold [int]" The key hint lists up to this size have their sublists expanded. Otherwise the submaps are replaced with \*(L"...\*(R". +.IP "hostname_in_titlebar [bool]" 4 +.IX Item "hostname_in_titlebar [bool]" +Show hostname in titlebar? .IP "idle_delay [integer]" 4 .IX Item "idle_delay [integer]" The delay that ranger idly waits for user input, in milliseconds, with a @@ -936,9 +939,6 @@ combination, e.g. \*(L"oN\*(R" to sort from Z to A. .IP "status_bar_on_top [bool]" 4 .IX Item "status_bar_on_top [bool]" Put the status bar at the top of the window? -.IP "hostname_in_titlebar [bool]" 4 -.IX Item "hostname_in_titlebar [bool]" -Show hostname in titlebar? .IP "tilde_in_titlebar [bool]" 4 .IX Item "tilde_in_titlebar [bool]" Abbreviate \f(CW$HOME\fR with ~ in the titlebar (first line) of ranger? diff --git a/doc/ranger.pod b/doc/ranger.pod index 71a9342d..8599a1a6 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -796,6 +796,10 @@ this pattern will hide all files that start with a dot or end with a tilde. The key hint lists up to this size have their sublists expanded. Otherwise the submaps are replaced with "...". +=item hostname_in_titlebar [bool] + +Show hostname in titlebar? + =item idle_delay [integer] The delay that ranger idly waits for user input, in milliseconds, with a @@ -956,10 +960,6 @@ combination, e.g. "oN" to sort from Z to A. Put the status bar at the top of the window? -=item hostname_in_titlebar [bool] - -Show hostname in titlebar? - =item tilde_in_titlebar [bool] Abbreviate $HOME with ~ in the titlebar (first line) of ranger? diff --git a/doc/rifle.1 b/doc/rifle.1 index 9e439c35..ad32e4f4 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.9.1" "02/22/2018" "rifle manual" +.TH RIFLE 1 "rifle-1.9.1" "05.03.2018" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |