diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/howto-publish-a-release.txt | 4 | ||||
-rw-r--r-- | doc/ranger.1 | 24 | ||||
-rw-r--r-- | doc/rifle.1 | 2 |
3 files changed, 13 insertions, 17 deletions
diff --git a/doc/howto-publish-a-release.txt b/doc/howto-publish-a-release.txt index 38cf0722..53187db1 100644 --- a/doc/howto-publish-a-release.txt +++ b/doc/howto-publish-a-release.txt @@ -1,6 +1,6 @@ ( ) test everything one last time: -( ) * make test -( ) * ./ranger.py [--clean] +(x) * make test +(x) * ./ranger.py [--clean] ( ) * ranger/ext/rifle.py ( ) * make install ( ) make a release commit: 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 diff --git a/doc/rifle.1 b/doc/rifle.1 index f90bb6e1..1ab9dc05 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.7.2" "09/03/2016" "rifle manual" +.TH RIFLE 1 "rifle-1.8.0" "12/24/2016" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |