Date: Sat, 18 May 2002 02:19:08 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/catman Makefile catman.1 catman.c src/usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c Message-ID: <200205180919.g4I9J8722416@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2002/05/18 02:19:08 PDT
Modified files:
usr.bin Makefile
Added files:
usr.bin/catman Makefile catman.1 catman.c
usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c
Log:
Add C rewrites of catman and makewhatis. These aren't quite as
the submitter supplied them, as I did some WARNS=n fixups (mostly
const-ification).
Submitted by: John Rochester <john@jrochester.org>
Revision Changes Path
1.196 +2 -0 src/usr.bin/Makefile
1.1 +5 -0 src/usr.bin/catman/Makefile (new)
1.1 +103 -0 src/usr.bin/catman/catman.1 (new)
1.1 +784 -0 src/usr.bin/catman/catman.c (new)
1.1 +8 -0 src/usr.bin/makewhatis/Makefile (new)
1.1 +122 -0 src/usr.bin/makewhatis/makewhatis.1 (new)
1.1 +1011 -0 src/usr.bin/makewhatis/makewhatis.c (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205180919.g4I9J8722416>
