- Add missing .El's

- It is .Bl -hang not -ohang
This commit is contained in:
christos 1999-11-29 18:28:18 +00:00
parent fbff4f9b9e
commit e475708401
5 changed files with 16 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: host.1,v 1.1.1.1 1999/11/20 18:53:57 veego Exp $
.\" $NetBSD: host.1,v 1.2 1999/11/29 18:28:18 christos Exp $
.\"
.\" ++Copyright++ 1993
.\" -
@ -257,6 +257,7 @@ is implemented by
doing a complete zone transfer and then filtering out the information
the you have asked for. This command should be used only if it
is absolutely necessary.
.El
.Sh CUSTOMIZING HOST NAME LOOKUP
In general, if the name supplied by the user does not
have any dots in it, a default domain is appended to the end.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: named.8,v 1.1.1.1 1999/11/20 18:53:57 veego Exp $
.\" $NetBSD: named.8,v 1.2 1999/11/29 18:28:18 christos Exp $
.\"
.\" ++Copyright++ 1985, 1996
.\" -
@ -418,6 +418,7 @@ Toggles logging of all incoming queries via
(requires server to have been built with the
.Li QRYLOG
option).
.El
.Sh FILES
.Bl -tag -width "/var/tmp/named_dump.db (_PATH_DUMPFILE) " -compact
.It Pa /etc/named.conf

View File

@ -1,4 +1,4 @@
.\" $NetBSD: named.conf.5,v 1.1.1.1 1999/11/20 18:53:57 veego Exp $
.\" $NetBSD: named.conf.5,v 1.2 1999/11/29 18:28:18 christos Exp $
.\"
.\" Copyright (c) 1999 by Internet Software Consortium
.\"
@ -1312,6 +1312,7 @@ Specifies a list of addresses that the server will not accept queries from
or use to resolve a query. Queries from these addresses will not be
responded to.
.El
.El
.Ss Interfaces

View File

@ -1,4 +1,4 @@
.\" $NetBSD: nslookup.8,v 1.1.1.1 1999/11/20 18:53:57 veego Exp $
.\" $NetBSD: nslookup.8,v 1.2 1999/11/29 18:28:18 christos Exp $
.\"
.\"
.\" ++Copyright++ 1985, 1989
@ -518,12 +518,14 @@ initial domain name and name server addresses
user's initial options
.It Pa /usr/share/misc/nslookup.help
summary of commands
.El
.Sh ENVIRONMENT
.Bl -tag -width "HOSTALIASESXXXX" -compact
.It Ev HOSTALIASES
file containing host aliases
.It Ev LOCALDOMAIN
overrides default domain
.El
.Sh SEE ALSO
.Xr named 8 ,
.Xr resolver 3 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: nsupdate.8,v 1.1.1.1 1999/11/20 18:53:57 veego Exp $
.\" $NetBSD: nsupdate.8,v 1.2 1999/11/29 18:28:18 christos Exp $
.\"
.\" Id: nsupdate.8,v 8.4 1999/10/17 06:26:18 cyarnell Exp
.\"
@ -49,6 +49,7 @@ Debug mode.
.It Fl v
Virtual circuit - use TCP to communication with server.
Default is UDP.
.El
.Sh INPUT FORMAT
.Ic Nsupdate
reads input records, one per line,
@ -81,7 +82,7 @@ will be performed.
understands the following input record formats:
.Pp
.Bl -ohang
.Bl -hang
.It Ic prereq nxdomain Va domain-name
Requires that no RR of any type exists with name
@ -180,7 +181,7 @@ $ nsupdate -k /var/named/keys:mykey
.Ed
.Sh DIAGNOSTICS
.Bl -ohang
.Bl -hang
.It Qq send error
Typically indicates that the authoritative nameservers could not be reached
@ -198,9 +199,11 @@ being performed. The only way to determine if the update was performed
is to use debug mode
.Fl ( d )
and examine the status field in the nameserver's reply.
.El
.Sh FILES
.Bl -hang
.It Pa /etc/resolv.conf
.El
initial domain name and name server addresses
.Sh SEE ALSO
.Xr named 8 ,