.\"***********************
.\"* iptoname.1          *
.\"* for iptoname 1.00   *
.\"* by Adam M. Costello *
.\"* <amc@cs.wustl.edu>  *
.\"***********************
.\"
.TH iptoname 1 "25 July 1994" "iptoname 1.00" "USER COMMANDS"
.SH NAME
iptoname \- print the name(s) corresponding to an IP address
.SH SYNOPSIS
.LP
.B iptoname
.I address
.SH DESCRIPTION
.LP
.B iptoname
is a script which calls
.BR nslookup (1)
to determine the names corresponding to
.IR address ,
which should be an IP address in standard dot notation.  All
names found are printed to the standard output, one per line.
.SH DIAGNOSTICS
.LP
.B iptoname
returns 0 if one or more names are found, 1 otherwise.
.SH LIMITATIONS
Because
.B iptoname
calls
.BR nslookup (1),
it uses only the DNS tables.  Even if your system uses other name
services, such as /etc/hosts, NIS, and NIS+, those tables will not be
consulted.
.SH SEE ALSO
.LP
.BR nslookup (1)

