diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-08-06 14:07:47 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-08-06 14:07:47 +0000 |
commit | f0267c266ff12f5798afcc48bb417ee5e9cc80a6 (patch) | |
tree | efdb046f38f4acccf375afd69ce56fe90f04adfb /japanese/xjman/scripts | |
parent | 53802b5536e7a622f957968cf2cca1fe78542570 (diff) |
Notes
Diffstat (limited to 'japanese/xjman/scripts')
-rw-r--r-- | japanese/xjman/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xjman/scripts/configure b/japanese/xjman/scripts/configure index eb66aa645232..8da3fb55d313 100644 --- a/japanese/xjman/scripts/configure +++ b/japanese/xjman/scripts/configure @@ -11,7 +11,7 @@ for $sec (@MANSECS) { @manpages = (); @mlinks = (); - for $manpage (<*.${sec}x>) { + for $manpage (<*.${sec}>) { open(F, $manpage) || die "cannot open $manpage: $!\n"; $_ = <F>; chop; |