summaryrefslogtreecommitdiffstats
path: root/wtf
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-2/+2
|
* Get all the games compiling for iOSCameron Katri2021-02-221-2/+7
|
* Try freebsd's pkg-info as wellmaya2018-08-161-1/+8
| | | From John Hein, via Nikolai Lifanov. PR misc/52684
* wtf(6): use character classeseadler2018-03-071-2/+2
| | | ok pgoyette@ silence dholland@
* wtf(6): quote "$f"eadler2018-03-071-2/+2
| | | ok pgoyette@ silence dholland@
* Don't skip the superfluous "is" argument if it's not superfluous!pgoyette2018-01-171-2/+4
| | | | | This allows us to use `wtf is` and get information for the acronym "is" and produces the same output as `wtf is is` withough requiring the extra typing by the user.
* PR/49850: Nikolai Lifanov: Document acronyms-ochristos2015-04-221-2/+4
|
* Fix typo, remove trailing space.wiz2015-04-221-3/+3
|
* obey $ACRONYMDB like beforechristos2015-04-211-1/+3
|
* Add -o flag.christos2015-04-212-7/+32
|
* PR/47178 from Bug Huntingabs2012-11-202-18/+26
| | | | | | | | | | | | | | src/games/wtf/wtf: - Correct `usage' (to match new `SYNOPSIS' from man page); - augment comment on quering pkgsrc's help facility; - correct interpretation of pkgsrc' help facility query result. src/games/wtf/wtf.6: - enhance `SYNOPSIS', document description (`.Dd'), and overal program description; - augment description about quering pkgsrc's help facility; - improve wording; - augment `HISTORY' section; - bump date.
* Bump date for previous.wiz2012-10-031-2/+2
|
* - improve wording and overall program description (notably for `-f');wiz2012-10-031-11/+16
| | | | | | - improve macro usage; - bump date. From Bug Hunting.
* - correct `usage' message;wiz2012-10-031-5/+5
| | | | | - improve wording. From Bug Hunting.
* use modern shell constructschristos2012-04-261-44/+39
|
* allow multiple '-f acronyms' arguments to be given, which makes this behavejschauma2012-04-261-11/+13
| | | more consistently with ACRONYMSDB, which may also point to multiple files
* Remove trailing whitespace.wiz2009-05-041-2/+2
|
* Teach wtf(6) about pkgsrc's help facility:hubertf2007-08-062-8/+18
| | | | | | | % cd /usr/pkgsrc/audio/qsynth % wtf subst subst: ===> mk/subst.mk: # This Makefile fragment implements a general text replacement facility. ...
* - Don't call basename $0 at many places. Use variable $PROGNAMEhubertf2007-01-241-7/+14
| | | | | | | | - Better check when neither $ACRONYMDB is define nor files in /usr/share/misc/ are found - Replace cat | fgrep to using fgrep only - Replace sort | uniq to using sort -u By Slava Semushin <slava.semushin@gmail.com> in private email.
* Fix typo or mispelling.reed2006-06-171-2/+2
|
* Remove the -t flag from the usage.peter2005-07-011-2/+2
|
* Drop trailing space.wiz2005-06-261-2/+2
|
* * Change program logic to not nest needlesslyhubertf2005-06-222-34/+44
| | | | | | | | | * Search all acronyms databases, and don't force the user to know in which category to look (-t is gone) * If an acronym is not found in the database or by whatis(1), also check pkg_info(1). Per PR bin/30539 by Geert Hendrickx (geert.hendrickx@ua.ac.be) OK'd by Julio M. Merino Vidal <jmmv>
* Implement a -t option, to easily select an acronyms list from /usr/share/misc.jmmv2003-04-252-5/+16
| | | | One can do `wtf -t comp pci' and it will use /usr/share/misc/acronyms.comp to search the acronym as usual.
* Mention the /usr/share/misc/acronyms.comp database.jmmv2003-04-111-3/+5
|
* And use basename $0 to get program's name...jmmv2003-04-101-2/+2
|
* Implement the `-f' command line option to specify which acronyms databasejmmv2003-04-102-4/+40
| | | to use. Overrides ACRONYMDB's value, if given.
* Use pipe ("|") as a sed command field separator and allow slash ("/")salo2003-02-061-2/+2
| | | | | character in acronyms. (e.g. W/, B/C, ...) Approved by jdolecek.
* 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