=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/man/Attic/makewhatis.sed,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/share/man/Attic/makewhatis.sed 1998/07/11 09:18:19 1.2 +++ src/share/man/Attic/makewhatis.sed 1999/03/23 08:06:50 1.3 @@ -36,8 +36,8 @@ # @(#)makewhatis.sed 8.4 (Berkeley) 4/3/94 # -/^[a-zA-Z][a-zA-Z0-9\._+\-]*(\([a-zA-Z0-9\._+\-]*\).*/ { - s;^[a-zA-Z0-9\._+\-]*(\([a-zA-Z0-9\._+\-]*\).*;\1; +/[a-zA-Z][a-zA-Z0-9\._+\-]*(\([a-zA-Z0-9\._+\-]*\).*/ { + s;^.*[a-zA-Z0-9\._+\-]*(\([a-zA-Z0-9\._+\-]*\).*;\1; h d }