summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ranger.1')
-rw-r--r--doc/ranger.124
1 files changed, 10 insertions, 14 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 26a78a49..a9b4ed0a 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -46,7 +46,7 @@
 .ie \n(.g .ds Aq \(aq
 .el       .ds Aq '
 .\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" If the F register is >0, we'll generate index entries on stderr for
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
@@ -54,20 +54,16 @@
 .\" Avoid warning from groff about undefined register 'F'.
 .de IX
 ..
-.nr rF 0
-.if \n(.g .if rF .nr rF 1
-.if (\n(rF:(\n(.g==0)) \{
-.    if \nF \{
-.        de IX
-.        tm Index:\\$1\t\\n%\t"\\$2"
+.if !\nF .nr F 0
+.if \nF>0 \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
 ..
-.        if !\nF==2 \{
-.            nr % 0
-.            nr F 2
-.        \}
+.    if !\nF==2 \{\
+.        nr % 0
+.        nr F 2
 .    \}
 .\}
-.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -133,7 +129,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.7.2" "10/08/2016" "ranger manual"
+.TH RANGER 1 "ranger-1.8.0" "12/24/2016" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
om> 2013-12-19 21:05:39 +0000 Added mocks and stubs for cons_show' href='/danisanti/profani-tty/commit/tests/ui/mock_ui.c?id=d56f6dc39b002e16966354b0ad98cf7801260e0c'>d56f6dc3 ^
5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^

71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

71577c1f ^
5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^

5a5b1340 ^

079ea530 ^
5a5b1340 ^
079ea530 ^

5a5b1340 ^

683da12c ^
5a5b1340 ^
683da12c ^

5a5b1340 ^

7842b0d1 ^
5a5b1340 ^
7842b0d1 ^

5a5b1340 ^

6f060b58 ^
5a5b1340 ^
6f060b58 ^

5a5b1340 ^

71577c1f ^
5a5b1340 ^
71577c1f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159