OpenBSD CVS

src/usr.bin/whatis/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / whatis

Current tag: OPENBSD_4_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.3   26 years  deraadt   $OpenBSD$
[TXT] whatis.1 (in the Attic) [Hide]  1.12   20 years  jmc   some fixes from Andrey Matveev: - document "-C file" in SYNOPSIS - add /etc/man...
[TXT] whatis.c (in the Attic) [Hide]  1.11   18 years  djm   malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks suggested...