ru
cd20fe329e
Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.
...
This has slipped through the cracks of The Great Perl Script Rewrite.
Repocopied by: joe
2002-11-18 10:11:22 +00:00
dwmalone
e3e153e6ce
ANSIify function definitions.
...
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
2002-09-04 23:29:10 +00:00
charnier
31f74328c4
The .Nm utility
2002-07-14 15:12:00 +00:00
robert
7c8ce9e008
Remove a debug output statement.
2002-07-07 15:29:00 +00:00
robert
18d23041e6
- Fix the code in sbuf_need() to double the allocation size until
...
the new content size fits into the sbuf, instead of assuming
that allocating twice the old size is enough.
- Use memmove(3) rather than strcpy(3) to copy overlapping
strings.
PR: bin/39930
2002-07-07 15:24:36 +00:00
keramida
9f2a69a4f4
Use size_t or ino_t instead of int, and remove a few warnings.
...
The makewhatis utility is now ok with WARNS=3.
Reviewed by: bde
2002-06-07 01:01:08 +00:00
ru
78c08aee5c
Unroff all forms of \f and \*, and the simplest form of \s.
...
Submitted by: fenner, ru
Reviewed by: ru, fenner
2002-05-22 11:08:41 +00:00
ru
21b1f1863a
Style.
2002-05-20 16:42:15 +00:00
ru
270b4cefcd
Fix markup.
...
Give Wolfram a credit for writing the original version in Perl
like in killall(1).
2002-05-18 15:39:56 +00:00
ru
6f2b14a720
More whitespace fixes.
2002-05-18 15:15:30 +00:00
ru
dfc2df52c3
Fixed spacing.
2002-05-18 14:17:53 +00:00
ru
02fa3515e9
Look into machine specific subdirs.
2002-05-18 13:56:53 +00:00
markm
0b1d2bf91b
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>
2002-05-18 09:19:08 +00:00
ru
29353320f4
mdoc(7) police: removed punctuation after the last SEE ALSO xref.
2001-07-10 18:00:19 +00:00
ru
d177b65ce4
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
ru
82bf19e1d7
mdoc(7) police: removed history info from the .Os call.
2000-12-14 11:40:41 +00:00
ru
4200ea7728
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 12:18:54 +00:00
peter
cdad5bae8c
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
nik
42deb67b93
Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.
...
PR: docs/12734
Submitted by: Alexey M. Zelkin <phantom@scorpion.crimea.ua>
1999-07-30 21:12:35 +00:00
steve
58ae86a175
Fix a minor nit in the .Dd macro invocation so that
...
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
peter
448e6574fe
Revert $FreeBSD$ to $Id$
1997-02-22 15:48:31 +00:00
jkh
9c0cd3f9df
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
mpp
742c032a98
Minor formatting fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
1996-12-09 07:26:04 +00:00
wosch
e99625b29c
sync copyright with /usr/share/examples/etc/bsd-style-copyright
1996-08-27 20:04:45 +00:00
wosch
45b3798d38
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
1996-05-22 00:57:42 +00:00
wosch
43763fc2db
Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286
...
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
1996-05-12 21:02:04 +00:00