From e475708401825699a5ea7253f697af263e60b42e Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 29 Nov 1999 18:28:18 +0000 Subject: [PATCH] - Add missing .El's - It is .Bl -hang not -ohang --- dist/bind/man/host.1 | 3 ++- dist/bind/man/named.8 | 3 ++- dist/bind/man/named.conf.5 | 3 ++- dist/bind/man/nslookup.8 | 4 +++- dist/bind/man/nsupdate.8 | 11 +++++++---- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/dist/bind/man/host.1 b/dist/bind/man/host.1 index ca7e4c7b86db..38a66eefe3be 100644 --- a/dist/bind/man/host.1 +++ b/dist/bind/man/host.1 @@ -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. diff --git a/dist/bind/man/named.8 b/dist/bind/man/named.8 index 10e6f9784c1d..bd66f96d78db 100644 --- a/dist/bind/man/named.8 +++ b/dist/bind/man/named.8 @@ -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 diff --git a/dist/bind/man/named.conf.5 b/dist/bind/man/named.conf.5 index 6d6224ca629a..04200238b3c0 100644 --- a/dist/bind/man/named.conf.5 +++ b/dist/bind/man/named.conf.5 @@ -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 diff --git a/dist/bind/man/nslookup.8 b/dist/bind/man/nslookup.8 index 725468c0a7bc..3826d5ebf5f1 100644 --- a/dist/bind/man/nslookup.8 +++ b/dist/bind/man/nslookup.8 @@ -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 , diff --git a/dist/bind/man/nsupdate.8 b/dist/bind/man/nsupdate.8 index 499832f70e17..f1a0b257719c 100644 --- a/dist/bind/man/nsupdate.8 +++ b/dist/bind/man/nsupdate.8 @@ -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 ,