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 #
|
||||
.\"
|
||||
@ -16,37 +16,56 @@
|
||||
.\" this software for any purpose. It is provided "as is"
|
||||
.\" without express or implied warranty.
|
||||
.\"
|
||||
.TH HESIOD.CONF 5 "30 November 1996"
|
||||
.SH NAME
|
||||
hesiod.conf \- Configuration file for the Hesiod library
|
||||
.SH DESCRIPTION
|
||||
The file hesiod.conf determines the behavior of the Hesiod library.
|
||||
Blank lines and lines beginning with a `#' character are ignored. All
|
||||
other lines should be of the form
|
||||
.I variable
|
||||
.Dd November 30, 1996
|
||||
.Dt HESIOD.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm hesiod.conf
|
||||
.Nd configuration file for the Hesiod library
|
||||
.Sh DESCRIPTION
|
||||
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
|
||||
values are:
|
||||
.IP lhs
|
||||
.Bl -tag -width classes
|
||||
.It Em lhs
|
||||
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
|
||||
with most Hesiod domains.
|
||||
.IP rhs
|
||||
.It Em rhs
|
||||
Specifies the default Hesiod domain; this value may be overridden by
|
||||
the
|
||||
.B HES_DOMAIN
|
||||
environment variable. You must specify an rhs line for the Hesiod
|
||||
.Ev HES_DOMAIN
|
||||
environment variable. You must specify an
|
||||
.Em rhs
|
||||
line for the Hesiod
|
||||
library to work properly.
|
||||
.IP classes
|
||||
.It Em classes
|
||||
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
|
||||
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
|
||||
variable is ``IN,HS''.
|
||||
.SH SEE ALSO
|
||||
hesiod(3)
|
||||
.SH BUGS
|
||||
There default value for ``lhs'' should probably be more reasonable.
|
||||
variable is
|
||||
.Dq Ar IN,HS .
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr hesiod 3
|
||||
.Sh BUGS
|
||||
There default value for
|
||||
.Dq lhs
|
||||
should probably be more reasonable.
|
||||
|
Loading…
Reference in New Issue
Block a user