OpenBSD CVS

src/usr.bin/which/


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 / which

Current tag: OPENBSD_3_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   27 years  millert   which(1) and whereis(1) are now the same program (hard linked).
[TXT] whereis.1  1.9   20 years  jmc   - section reorder - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL...
[TXT] which.1  1.14   20 years  jmc   - section reorder - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL...
[TXT] which.c  1.13   19 years  fgsch   save a copy of the pointer before strsep; fixes an abort on free. ok by millert,...