NetBSD/libexec/makewhatis
christos 94faea123b - fix whitespace nits.
- change error checking philosophy: instead of returning errors to the
  upper layer only to fail silently and exit there, or die of unexpected
  NULL pointers bail out and print an error immediately. Add emalloc/estrdup
  to simplify. This change removed a bunch of code.
- fix size_t/int confusion
- cast argument to isspace(3) to unsigned char
- ? : statement is not an lvalue, so don't take its address.
- unlink the file before we open it, because we chmod it to readonly.
- misc KNF
2002-01-11 18:33:03 +00:00
..
Makefile Allow this to be built as a host program. 2001-11-29 23:50:12 +00:00
makewhatis.8 Replace shell script for creating whatis.db database with a C program 1999-09-25 21:17:37 +00:00
makewhatis.c - fix whitespace nits. 2002-01-11 18:33:03 +00:00
makewhatis.sh For install makefile, set DESTDIR on command line rather than in makefile 1999-03-30 03:17:26 +00:00