From 4ff22034ebeeae2b245a1daa5413097d72dffbfb Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 16 Jan 2010 19:22:32 -0800 Subject: Fix man page date. --- genman.txr | 18 +++++++++--------- txr.1 | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/genman.txr b/genman.txr index 2a89924e..a7bca9c3 100644 --- a/genman.txr +++ b/genman.txr @@ -21,31 +21,31 @@ txr - text extractor (version @VERSION) This document was created by @(end) @(maybe) -@ (bind MONTH "1") +@ (bind MONTH "01") @ (bind MNAME "Jan") @(or) -@ (bind MONTH "2") +@ (bind MONTH "02") @ (bind MNAME "Feb") @(or) -@ (bind MONTH "3") +@ (bind MONTH "03") @ (bind MNAME "Mar") @(or) -@ (bind MONTH "4") +@ (bind MONTH "04") @ (bind MNAME "Apr") @(or) -@ (bind MONTH "5") +@ (bind MONTH "05") @ (bind MNAME "May") @(or) -@ (bind MONTH "6") +@ (bind MONTH "06") @ (bind MNAME "Jun") @(or) -@ (bind MONTH "7") +@ (bind MONTH "07") @ (bind MNAME "Jul") @(or) -@ (bind MONTH "8") +@ (bind MONTH "08") @ (bind MNAME "Aug") @(or) -@ (bind MONTH "9") +@ (bind MONTH "09") @ (bind MNAME "Sep") @(or) @ (bind MONTH "10") diff --git a/txr.1 b/txr.1 index 0b20aa9c..c9365818 100644 --- a/txr.1 +++ b/txr.1 @@ -21,7 +21,7 @@ .\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.TH "txr" 1 2009-11-24 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" +.TH "txr" 1 2010-01-16 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME txr \- text extractor (version 028) .SH SYNOPSIS -- cgit v1.2.3