Previously, whatis would treat a word as [A-z0-9_] and terminate
authormillert <millert@openbsd.org>
Sat, 1 Apr 2000 05:05:35 +0000 (05:05 +0000)
committermillert <millert@openbsd.org>
Sat, 1 Apr 2000 05:05:35 +0000 (05:05 +0000)
commitb0a2bf1b38e5885675ca118fee11500ce65faaea
tree2917c47749b7a949a440548c5b25979c800b6d44
parent8ac22003ae2fd5e1669d8413a33c69abe4905cf8
Previously, whatis would treat a word as [A-z0-9_] and terminate
parsing an entry at the end of a word.  This kept things like
'whatis B::Bytecode' from working.  Now we match both on a word basis
as well matching until we hit a space, ',', or '(' character.
This allows one to say 'whatis B' and see the whatis line for B(3p)
as well as its methods (B::*).
usr.bin/whatis/whatis.1
usr.bin/whatis/whatis.c