diff options
author | wosch <wosch@FreeBSD.org> | 1996-05-22 00:57:42 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-05-22 00:57:42 +0000 |
commit | f7107b8cab1f6064acced4707d2dec3f9aec250a (patch) | |
tree | 66b53873e9ab01932915a615488ae824014594e5 /usr.bin/makewhatis/makewhatis.local.sh | |
parent | 57113eed947a8aca610dd466cc4369120100584f (diff) | |
download | FreeBSD-src-f7107b8cab1f6064acced4707d2dec3f9aec250a.zip FreeBSD-src-f7107b8cab1f6064acced4707d2dec3f9aec250a.tar.gz |
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
Diffstat (limited to 'usr.bin/makewhatis/makewhatis.local.sh')
-rw-r--r-- | usr.bin/makewhatis/makewhatis.local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/makewhatis/makewhatis.local.sh b/usr.bin/makewhatis/makewhatis.local.sh index 5260e89..d566920 100644 --- a/usr.bin/makewhatis/makewhatis.local.sh +++ b/usr.bin/makewhatis/makewhatis.local.sh @@ -10,7 +10,7 @@ # # PS: this wrapper works also for catman(1) # -# $Id: makewhatis.local.sh,v 1.2 1996/04/27 12:17:01 wosch Exp $ +# $Id: makewhatis.local.sh,v 1.1 1996/05/14 10:27:27 wosch Exp $ PATH=/bin:/usr/bin:$PATH; export PATH opt= dirs= localdirs= |