summaryrefslogtreecommitdiffstats
path: root/wtf
Commit message (Collapse)AuthorAgeFilesLines
* New sentences begin on new lines.wiz2002-09-261-2/+3
| | | Patch from Richard Elz, slightly improved by yours truly.
* Whitespace and/or punctuation fixes.wiz2001-04-021-3/+3
|
* Just print basename in usage string.soren2000-11-211-2/+2
|
* Do not match non-literals (REs).hubertf1999-11-151-3/+3
| | | | A slightly different patch was submitted in PR 8388 by Antti Kantee <pooka@iki.fi>
* Fix the part of pr8201 which is IMHO a bug: the error message now goessommerfeld1999-08-131-2/+2
| | | | | | | | to stderr. The existing error message ("I don't know what xxx means") is unchanged, as it is stylisticly in keeping with the light-hearted nature of the program, and is also more likely to be accurate than the "no such acronym" error message proposed in 8201.
* make sure only whole words are matched, use [:space:] RE to avoid embeddeddrochner1999-07-271-2/+3
| | | <TAB>s
* Check whatis(1) if we don't find an acronym matching the argumentbriggs1999-07-252-5/+16
|
* We're in section 6.thorpej1999-07-251-2/+2
|
* remove sh warning when invoked with no argslukem1999-07-221-2/+2
|
* Allen Briggs' wtf(6) to grovel the acronyms database.mrg1999-07-223-0/+80