NetBSD/usr.bin/whatis
mrg 81a056bc2e handle strings longer than 256 bytes. should do this with fgetln()...but
fgetln() doesn't nul terminate, and thus requires malloc/copy for each
interation (actually, *two* for whatis(1)).
1997-11-12 00:04:49 +00:00
..
Makefile now needs -I to find headers from ../man 1997-10-17 07:08:51 +00:00
whatis.1 deprecate register, fix .Nm usage 1997-10-20 03:16:30 +00:00
whatis.c handle strings longer than 256 bytes. should do this with fgetln()...but 1997-11-12 00:04:49 +00:00