-.\" $NetBSD: wtf.6,v 1.9 2005/06/22 20:11:03 hubertf Exp $
+.\" $NetBSD: wtf.6,v 1.13 2009/05/04 20:37:28 wiz Exp $
.\"
.\" Public Domain
.\"
-.Dd June 22, 2005
+.Dd July 27, 2007
.Dt WTF 6
.Os
.Sh NAME
specified on the command line.
If the acronym is not in any of the acronyms databases,
.Nm
-will check to see if the acronym is known by the
-.Xr whatis 1
-or the
-.Xr pkg_info 1
-commands.
+will check to see if the acronym is known by
+.Xr whatis 1 ,
+.Xr pkg_info 1 ,
+or via pkgsrc's internal help mechanism,
+.Dq make help topic=XXX .
.Pp
If
.Dq is
The default acronym database may be overridden by setting the
environment variable
.Ev ACRONYMDB
-to the name of one or more space-seperated file names of
+to the name of one or more space-separated file names of
acronym databases.
-The files must be in the proper format (acronym[tab]meaning).
+The files must be in the proper format (acronym[tab]meaning).
.El
.Sh FILES
.Bl -tag -width /usr/share/misc/acronyms.XXXX -compact
computer-related acronym database.
.El
.Sh SEE ALSO
+.Xr make 1 ,
.Xr pkg_info 1 ,
.Xr whatis 1
.Sh HISTORY