NetBSD/games/wtf/wtf.6

50 lines
949 B
Groff
Raw Normal View History

2001-04-03 02:42:37 +04:00
.\" $NetBSD: wtf.6,v 1.4 2001/04/02 22:42:40 wiz Exp $
.\"
.\" Public Domain
.\"
.Dd July 21, 1999
1999-07-26 00:02:48 +04:00
.Dt WTF 6
.Os
.Sh NAME
.Nm wtf
.Nd translates acronyms for you
.Sh SYNOPSIS
.Nm
.Op Ar is
.Ar acronym Ar ...
.Sh DESCRIPTION
The
.Nm
2001-04-03 02:42:37 +04:00
utility displays the expansion of the acronyms
specified on the command line. If the acronym is unknown,
.Nm
will check to see if the acronym is known by the
.Xr whatis 1
command.
.Pp
If
.Dq is
is specified on the command line, it will be ignored, allowing the
2001-04-03 02:42:37 +04:00
fairly natural
.Dq wtf is WTF
usage.
.Sh ENVIRONMENT
.Bl -tag -width ACRONYMDB
.It Ev ACRONYMDB
The default acronym database may be overridden by setting the
environment variable
.Ev ACRONYMDB
to the name of a file in the proper format (acronym[tab]meaning).
.El
.Sh FILES
.Bl -tag -width /usr/share/misc/acronyms -compact
.It Pa /usr/share/misc/acronyms
default acronym database.
.El
.Sh SEE ALSO
.Xr whatis 1
.Sh HISTORY
.Nm
first appeared in
.Nx 1.5 .