diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-16 19:22:32 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-16 19:22:32 -0800 |
commit | 4ff22034ebeeae2b245a1daa5413097d72dffbfb (patch) | |
tree | c741a958288aaa5307594bfb27dda187b65529ee | |
parent | 92ce59db0a58c570316b13359d85a13a152dc808 (diff) | |
download | txr-4ff22034ebeeae2b245a1daa5413097d72dffbfb.tar.gz txr-4ff22034ebeeae2b245a1daa5413097d72dffbfb.tar.bz2 txr-4ff22034ebeeae2b245a1daa5413097d72dffbfb.zip |
Fix man page date.txr-028
-rw-r--r-- | genman.txr | 18 | ||||
-rw-r--r-- | txr.1 | 2 |
2 files changed, 10 insertions, 10 deletions
@@ -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") @@ -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 |