Age | Commit message (Collapse) | Author |
|
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
|
|
|
|
|
|
makewhatis.sh rewrite by mrg@netbsd.org that uses getNAME(8).
Much faster for unformatted man pages now that there is no need
to format them on the fly. Removes duplicate inode entries, so
files with multiple hard links are only parsed once.
OpenBSD changes:
set $PATH to a reasonable value
avoid /tmp races via mktemp(1)
obey $TMPDIR
|
|
Noticed by dgregor@
|
|
|
|
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.
|
|
|
|
|
|
|
|
|
|
|