1 .\" $NetBSD: wtf.6,v 1.19 2015/04/22 15:04:57 christos Exp $
20 utility looks up the meaning of one or more
22 operands specified on the command line.
25 will first be searched for as an acronym in the acronym databases,
26 which are expected to be in the format
27 .Dq acronym[tab]meaning .
28 If no match has been found,
30 will check to see if the term is known by
33 or, when called from within a pkgsrc package directory,
34 pkgsrc's internal help facility,
35 .Dq make help topic=XXX .
39 operand will be ignored, allowing the
44 The following option is available:
47 Overrides the default list of acronym databases, bypassing the value of the
50 Unlike this variable the
52 option only accepts one file name as an argument,
53 but it may be given multiple times to specify more than one file to use.
55 Include acronyms that could be considered offensive to some.
58 for more information about the
63 .Bl -tag -width ACRONYMDB
65 The default list of acronym databases may be overridden by setting the
68 to the name of one or more space-separated file names of
72 .Bl -tag -width /usr/share/misc/acronyms.XXXX -compact
73 .It Pa /usr/share/misc/acronyms
74 default acronym database.
75 .It Pa /usr/share/misc/acronyms-o
76 default offensive acronym database.
77 .It Pa /usr/share/misc/acronyms.comp
78 default computer-related acronym database.
89 Initially it only translated acronyms;
90 functionality to look up the meaning of terms in other sources was added later.