OpenBSD CVS

src/usr.bin/apropos/


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

Current tag: OPENBSD_4_1_BASE


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