aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-03-13 17:56:01 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-03-13 17:56:01 +0000
commita8f61f25f50000d347ebc8b9c69870d103c43b63 (patch)
tree436beb06c0ccadda611b479ff36539756f6db86b /gnu/usr.bin/man
parenta78192e3c36ff1f2450b7426b66ed91cda849ff7 (diff)
downloadsrc-a8f61f25f50000d347ebc8b9c69870d103c43b63.tar.gz
src-a8f61f25f50000d347ebc8b9c69870d103c43b63.zip
Support german Linux/GNU man pages.
Notes
Notes: svn path=/head/; revision=23853
Diffstat (limited to 'gnu/usr.bin/man')
-rw-r--r--gnu/usr.bin/man/makewhatis/makewhatis.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/makewhatis/makewhatis.perl b/gnu/usr.bin/man/makewhatis/makewhatis.perl
index a3e448988fdd..f5b05521d610 100644
--- a/gnu/usr.bin/man/makewhatis/makewhatis.perl
+++ b/gnu/usr.bin/man/makewhatis/makewhatis.perl
@@ -26,7 +26,7 @@
#
# makewhatis -- update the whatis database in the man directories.
#
-# $Id: makewhatis.perl,v 1.13 1997/02/22 15:47:03 peter Exp $
+# $Id: makewhatis.perl,v 1.14 1997/03/01 15:20:50 wosch Exp $
sub usage {
@@ -337,7 +337,7 @@ sub manual {
while(<F>) {
# ``man'' style pages
# &&: it takes you only half the user time, regexp is slow!!!
- if (/^\.SH/ && /^\.SH[ \t]+["]?(NAME|Name|NAMN)["]?/) {
+ if (/^\.SH/ && /^\.SH[ \t]+["]?(NAME|Name|NAMN|BEZEICHNUNG)["]?/) {
#while(<F>) { last unless /^\./ } # Skip
#chop; $list = $_;
while(<F>) {