1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3	       [<!ENTITY mdash "&#8212;">]>
4<!--
5 - Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
6 -
7 - Permission to use, copy, modify, and/or distribute this software for any
8 - purpose with or without fee is hereby granted, provided that the above
9 - copyright notice and this permission notice appear in all copies.
10 -
11 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13 - AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17 - PERFORMANCE OF THIS SOFTWARE.
18-->
19
20<!-- $Id: arpaname.docbook,v 1.1 2009/03/04 01:30:27 marka Exp $ -->
21<refentry id="man.arpaname">
22  <refentryinfo>
23    <date>March 4, 2009</date>
24  </refentryinfo>
25
26  <refmeta>
27    <refentrytitle><application>arpaname</application></refentrytitle>
28    <manvolnum>1</manvolnum>
29    <refmiscinfo>BIND9</refmiscinfo>
30  </refmeta>
31
32  <refnamediv>
33    <refname><application>arpaname</application></refname>
34    <refpurpose>translate IP addresses to the corresponding ARPA names</refpurpose>
35  </refnamediv>
36
37  <docinfo>
38    <copyright>
39      <year>2009</year>
40      <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
41    </copyright>
42  </docinfo>
43
44  <refsynopsisdiv>
45    <cmdsynopsis>
46      <command>arpaname</command>
47      <arg choice="req" rep="repeat"><replaceable class="parameter">ipaddress </replaceable></arg>
48    </cmdsynopsis>
49  </refsynopsisdiv>
50
51  <refsect1>
52    <title>DESCRIPTION</title>
53    <para>
54      <command>arpaname</command> translates IP addresses (IPv4 and
55      IPv6) to the corresponding IN-ADDR.ARPA or IP6.ARPA names.
56    </para>
57  </refsect1>
58
59  <refsect1>
60    <title>SEE ALSO</title>
61    <para>
62      <citetitle>BIND 9 Administrator Reference Manual</citetitle>.
63    </para>
64  </refsect1>
65
66  <refsect1>
67    <title>AUTHOR</title>
68    <para><corpauthor>Internet Systems Consortium</corpauthor>
69    </para>
70  </refsect1>
71
72</refentry><!--
73 - Local variables:
74 - mode: sgml
75 - End:
76-->
77