1 .\" $NetBSD: wtf.6,v 1.16 2012/11/20 12:40:54 abs Exp $
19 utility looks up the meaning of one or more
21 operands specified on the command line.
24 will first be searched for as an acronym in the acronym databases,
25 which are expected to be in the format
26 .Dq acronym[tab]meaning .
27 If no match has been found,
29 will check to see if the term is known by
32 or, when called from within a pkgsrc package directory,
33 pkgsrc's internal help facility,
34 .Dq make help topic=XXX .
38 operand will be ignored, allowing the
43 The following option is available:
46 Overrides the default list of acronym databases, bypassing the value of the
49 Unlike this variable the
51 option only accepts one file name as an argument,
52 but it may be given multiple times to specify more than one file to use.
55 .Bl -tag -width ACRONYMDB
57 The default list of acronym databases may be overridden by setting the
60 to the name of one or more space-separated file names of
64 .Bl -tag -width /usr/share/misc/acronyms.XXXX -compact
65 .It Pa /usr/share/misc/acronyms
66 default acronym database.
67 .It Pa /usr/share/misc/acronyms.comp
68 default computer-related acronym database.
78 Initially it only translated acronyms;
79 functionality to look up the meaning of terms in other sources was added later.