OpenBSD CVS

src/usr.bin/apropos/Attic/


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 / apropos / Attic

Current tag: OPENBSD_4_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   26 years  deraadt   $OpenBSD$
[TXT] apropos.1  1.10   20 years  jmc   apropos outputs name (section), not name(section); adjust -width of options list...
[TXT] apropos.c  1.12   18 years  djm   malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks suggested...