diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-07-13 15:39:04 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-07-13 15:39:04 +0000 |
commit | 198a704e5c783d35632f7f6ef223b22b626e0a35 (patch) | |
tree | ca387aea7d8299d3d1831e19d7bcf8e91f9c6582 /libexec | |
parent | 88f890ef01aa8dcb885fc28a19c9d6685b4c7683 (diff) |
handle Tm, like in tiff2ps
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/makewhatis/OpenBSD/Makewhatis/Unformated.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/makewhatis/OpenBSD/Makewhatis/Unformated.pm b/libexec/makewhatis/OpenBSD/Makewhatis/Unformated.pm index e01751e2f38..dcdc5754d2a 100644 --- a/libexec/makewhatis/OpenBSD/Makewhatis/Unformated.pm +++ b/libexec/makewhatis/OpenBSD/Makewhatis/Unformated.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Unformated.pm,v 1.5 2010/07/09 08:12:49 espie Exp $ +# $OpenBSD: Unformated.pm,v 1.6 2010/07/13 15:39:03 espie Exp $ # Copyright (c) 2000-2004 Marc Espie <espie@openbsd.org> # # Permission to use, copy, modify, and distribute this software for any @@ -98,7 +98,7 @@ sub handle { my ($f, $filename, $p) = @_; my @lines = (); - my %toexpand = (); + my %toexpand = (Tm => '(tm)'); my $so_found = 0; my $found_th = 0; my $found_old = 0; |