File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# man-to-md(1) - Converts nroff man pages to Markdown
4
4
5
- Version 0.16.1, May 2020
5
+ Version 0.17.0, December 2020
6
6
7
7
<pre ><code >$ <b >man-to-md.pl</b > [<i >OPTIONS</i >] < ; <i >manpage.roff</i > > ; <i >output.md</i ></code ></pre >
8
8
Original file line number Diff line number Diff line change 1
1
.\" For a more readable version of this file,
2
2
.\" check out README.md (auto-generated).
3
- .TH "MAN-TO-MD" 1 "May 2020" "man-to-md 0.16.1 "
3
+ .TH "MAN-TO-MD" 1 "December 2020" "man-to-md 0.17.0 "
4
4
.SH NAME
5
5
man-to-md \- Converts nroff man pages to Markdown
6
6
.SH SYNOPSIS
Original file line number Diff line number Diff line change 27
27
28
28
use constant {
29
29
PROGNAME => basename($0 ),
30
- PROGVER => ' 0.16.1 ' ,
31
- PROGDATE => ' 2020-05-30 ' ,
30
+ PROGVER => ' 0.17.0 ' ,
31
+ PROGDATE => ' 2020-12-18 ' ,
32
32
33
33
DEFAULT_COMMENT => " This file was autogenerated from the man page with 'make README.md'" ,
34
34
};
You can’t perform that action at this time.
0 commit comments