Skip to content

Commit

Permalink
chore: release of txt2man-1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertes committed Jun 3, 2020
1 parent c69d773 commit 0cc2c2c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
txt2man-1.7.0 03-jun-2020

* bookman: added missing space (@marxst)
* txt2man: remove redundant escapes causing gawk warnings (@jolmg)
* *man: Fix usage of the date command on BSD systems (@ismaell)
* txt2man: fix -B option (@bgstack15)
* src2man: Print names of manuals to stdout (@ldorau)

txt2man-1.6.0 15-aug-2016

* txt2man: Format date with C locale (by @Vogtinator)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile
prefix ?= /usr/local
version = txt2man-1.6.0
version = txt2man-1.7.0
BIN = src2man bookman txt2man
MAN1 = src2man.1 txt2man.1 bookman.1

Expand Down
2 changes: 1 addition & 1 deletion bookman.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH bookman 1 "15 August 2016" "txt2man-1.6.0" ""
.TH bookman 1 "03 June 2020" "txt2man-1.7.0" ""
.SH NAME
\fBbookman \fP- Generate a book from man pages
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src2man.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH src2man 1 "15 August 2016" "txt2man-1.6.0" ""
.TH src2man 1 "03 June 2020" "txt2man-1.7.0" ""
.SH NAME
\fBsrc2man \fP- extract man pages from source files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion txt2man.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH txt2man 1 "15 August 2016" "txt2man-1.6.0" ""
.TH txt2man 1 "03 June 2020" "txt2man-1.7.0" ""
.SH NAME
\fBtxt2man \fP- convert flat ASCII text to man page format
.SH SYNOPSIS
Expand Down

0 comments on commit 0cc2c2c

Please sign in to comment.