aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/makewhatis
Commit message (Collapse)AuthorAgeFilesLines
* Fix a minor nit in the .Dd macro invocation so thatSteve Price1997-06-231-2/+2
| | | | | | | the revision date is displayed correctly. Notes: svn path=/head/; revision=26827
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Minor formatting fixes.Mike Pritchard1996-12-091-12/+5
| | | | | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134. Notes: svn path=/head/; revision=20241
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-272-4/+49
| | | | Notes: svn path=/head/; revision=17849
* New option -append: teach makewhatis to only add records, insteadWolfram Schneider1996-05-222-1/+56
| | | | | | | | | | | of clobbering the entire database. sort options in alphabetic order. install manpage makewhatis.local.8 Notes: svn path=/head/; revision=15857
* Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286Wolfram Schneider1996-05-121-0/+35
Submitted by: invalid opcode <coredump@nervosa.com> makewhatis.local - start makewhatis(1) only for file systems physically mounted on the system Running makewhatis from /etc/weekly for rw nfs-mounted /usr may kill your NFS server -- all clients start makewhatis at the same time! So use this wrapper instead calling makewhatis directly. Pointed out by: Bruce Notes: svn path=/head/; revision=15755