From owner-cvs-gnu Tue May 21 17:59:21 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21414 for cvs-gnu-outgoing; Tue, 21 May 1996 17:59:21 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21370; Tue, 21 May 1996 17:57:53 -0700 (PDT) Date: Tue, 21 May 1996 17:57:53 -0700 (PDT) From: Wolfram Schneider Message-Id: <199605220057.RAA21370@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/makewhatis makewhatis.local.8 Makefile makewhatis.1 makewhatis.local.sh makewhatis.perl Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/05/21 17:57:52 Modified: gnu/usr.bin/man/makewhatis Makefile makewhatis.1 makewhatis.local.sh makewhatis.perl Added: gnu/usr.bin/man/makewhatis makewhatis.local.8 Log: New option -append: teach makewhatis to only add records, instead of clobbering the entire database. sort options in alphabetic order. install manpage makewhatis.local.8 Revision Changes Path 1.14 +2 -1 src/gnu/usr.bin/man/makewhatis/Makefile 1.4 +43 -32 src/gnu/usr.bin/man/makewhatis/makewhatis.1 1.2 +1 -1 src/gnu/usr.bin/man/makewhatis/makewhatis.local.sh 1.10 +38 -14 src/gnu/usr.bin/man/makewhatis/makewhatis.perl