summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/merge_help.awk
Commit message (Collapse)AuthorAgeFilesLines
* Ignore a sub-topic match if it is inside the command description.jhb2006-09-281-0/+3
| | | | | | | Otherwise, merge-help can get confused by a command description that includes a word that starts with a capital S. MFC after: 1 week
* Initialize first to -1; this will create a (nearly) empty file on failure,fenner2001-11-071-1/+1
| | | | | | | | instead of looping until the disk is full. This kind of failure can especially happen when a version of awk that doesn't support POSIX character classes is used. Submitted by: David Wolfskill <david@catwhisker.org>
* Revert rev 1.3 which moved us away from POSIX character classes.obrien2001-11-031-4/+4
| | | | The community feels our base AWK must handle them.
* Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese forobrien2001-11-011-4/+4
| | | | | | | "character classes", basically). So change them to their character representation. Submitted by: David Wolfskill <david@catwhisker.org>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-181-0/+101
needs. This removes the dependancy on Perl for the generation of the loader, allowing the world to be built on a perl-free system. Submitted by: Joe Abley <jabley@clear.co.nz>
OpenPOWER on IntegriCloud