mdoc'ify.
This commit is contained in:
parent
7d87aacf52
commit
b181f25b89
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: hesiod.conf.5,v 1.2 1999/01/25 22:37:06 lukem Exp $
|
.\" $NetBSD: hesiod.conf.5,v 1.3 2001/05/08 17:06:20 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" from: #Id: hesiod.conf.5,v 1.1 1996/12/08 21:36:38 ghudson Exp #
|
.\" from: #Id: hesiod.conf.5,v 1.1 1996/12/08 21:36:38 ghudson Exp #
|
||||||
.\"
|
.\"
|
||||||
@ -16,37 +16,56 @@
|
|||||||
.\" this software for any purpose. It is provided "as is"
|
.\" this software for any purpose. It is provided "as is"
|
||||||
.\" without express or implied warranty.
|
.\" without express or implied warranty.
|
||||||
.\"
|
.\"
|
||||||
.TH HESIOD.CONF 5 "30 November 1996"
|
.Dd November 30, 1996
|
||||||
.SH NAME
|
.Dt HESIOD.CONF 5
|
||||||
hesiod.conf \- Configuration file for the Hesiod library
|
.Os
|
||||||
.SH DESCRIPTION
|
.Sh NAME
|
||||||
The file hesiod.conf determines the behavior of the Hesiod library.
|
.Nm hesiod.conf
|
||||||
Blank lines and lines beginning with a `#' character are ignored. All
|
.Nd configuration file for the Hesiod library
|
||||||
other lines should be of the form
|
.Sh DESCRIPTION
|
||||||
.I variable
|
The file
|
||||||
|
.Nm
|
||||||
|
determines the behavior of the Hesiod library.
|
||||||
|
Blank lines and lines beginning with a
|
||||||
|
.Sq #
|
||||||
|
character are ignored. All other lines should be of the form
|
||||||
|
.Em variable
|
||||||
=
|
=
|
||||||
.IR value ,
|
.Ar value ,
|
||||||
where the value should be a single word. Possible variables and
|
where the value should be a single word. Possible variables and
|
||||||
values are:
|
values are:
|
||||||
.IP lhs
|
.Bl -tag -width classes
|
||||||
|
.It Em lhs
|
||||||
Specifies the domain prefix used for Hesiod queries. In almost all
|
Specifies the domain prefix used for Hesiod queries. In almost all
|
||||||
cases, you should specify ``lhs=.ns''. The default value if you do
|
cases, you should specify
|
||||||
|
.Dq Em lhs Ns = Ns Ar .ns .
|
||||||
|
The default value if you do
|
||||||
not specify an lhs value is no domain prefix, which is not compatible
|
not specify an lhs value is no domain prefix, which is not compatible
|
||||||
with most Hesiod domains.
|
with most Hesiod domains.
|
||||||
.IP rhs
|
.It Em rhs
|
||||||
Specifies the default Hesiod domain; this value may be overridden by
|
Specifies the default Hesiod domain; this value may be overridden by
|
||||||
the
|
the
|
||||||
.B HES_DOMAIN
|
.Ev HES_DOMAIN
|
||||||
environment variable. You must specify an rhs line for the Hesiod
|
environment variable. You must specify an
|
||||||
|
.Em rhs
|
||||||
|
line for the Hesiod
|
||||||
library to work properly.
|
library to work properly.
|
||||||
.IP classes
|
.It Em classes
|
||||||
Specifies which DNS classes Hesiod should do lookups in. Possible
|
Specifies which DNS classes Hesiod should do lookups in. Possible
|
||||||
values are IN (the preferred class) and HS (the deprecated class,
|
values are
|
||||||
|
.Ar IN
|
||||||
|
(the preferred class) and
|
||||||
|
.Ar HS
|
||||||
|
(the deprecated class,
|
||||||
still used by some sites). You may specify both classes separated by
|
still used by some sites). You may specify both classes separated by
|
||||||
a comma to try one class first and then the other if no entry is
|
a comma to try one class first and then the other if no entry is
|
||||||
available in the first class. The default value of the classes
|
available in the first class. The default value of the classes
|
||||||
variable is ``IN,HS''.
|
variable is
|
||||||
.SH SEE ALSO
|
.Dq Ar IN,HS .
|
||||||
hesiod(3)
|
.El
|
||||||
.SH BUGS
|
.Sh SEE ALSO
|
||||||
There default value for ``lhs'' should probably be more reasonable.
|
.Xr hesiod 3
|
||||||
|
.Sh BUGS
|
||||||
|
There default value for
|
||||||
|
.Dq lhs
|
||||||
|
should probably be more reasonable.
|
||||||
|
Loading…
Reference in New Issue
Block a user