Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/dist/bind/man Pull up revisions 1.10-1.11 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/454d4024c89c
branches:  netbsd-1-6
changeset: 528248:454d4024c89c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 28 11:59:51 2002 +0000

description:
Pull up revisions 1.10-1.11 (requested by itojun in ticket #387):
Update to BIND 8.3.3.  Fixes buffer overrun in resolver code.

diffstat:

 dist/bind/man/named.8 |  25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diffs (107 lines):

diff -r 4384e5a027f2 -r 454d4024c89c dist/bind/man/named.8
--- a/dist/bind/man/named.8     Fri Jun 28 11:59:42 2002 +0000
+++ b/dist/bind/man/named.8     Fri Jun 28 11:59:51 2002 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: named.8,v 1.9 2001/09/16 16:34:24 wiz Exp $
+.\"     $NetBSD: named.8,v 1.9.2.1 2002/06/28 11:59:51 lukem Exp $
 .\"
 .\" ++Copyright++ 1985, 1996
 .\" -
@@ -94,7 +94,7 @@
 .Dq Fl c
 flags.
 .Pp
-.Sy NOTE:
+.Sy NOTE :
 Several of 
 .Nm "" Ns 's
 options, and much more of its behaviour, can be controlled in the configuration 
@@ -113,7 +113,7 @@
 is set to 
 .Dq 1 .
 .Pp
-.Sy NOTE:
+.Sy NOTE :
 The new debugging framework is considerably more sophisticated than it
 was in older versions of 
 .Nm "" .
@@ -133,7 +133,7 @@
 for service 
 .Dq Li domain .
 .Pp
-.Sy NOTE:
+.Sy NOTE :
 Previously, the syntax
 .Dq Fl p Ar port# Ns Op Ar \&/localport#
 was supported; the first port was that used when contacting 
@@ -171,7 +171,7 @@
 .Li QRYLOG 
 defined.  
 .Pp
-.Sy NOTE: 
+.Sy NOTE :
 This option is deprecated in favor of the
 .Dq Li queries
 .Em logging category 
@@ -185,7 +185,7 @@
 (primary or secondary) zones.  This can be used on root servers.
 The default is to use recursion.
 .Pp
-.Sy NOTE: 
+.Sy NOTE :
 This option can be overridden by and is deprecated in favor of the
 .Dq Li recursion 
 clause of the configuration file's
@@ -244,7 +244,7 @@
 .Bl -tag -width "opt_domain  " 
 .It Ar domain
 is 
-.Dq Li \&. 
+.Dq Li .\&
 for root, 
 .Dq Li @ 
 for the current origin, or a standard domain name. If
@@ -254,7 +254,7 @@
 end with 
 .Dq Li \&. , 
 the current origin is appended to the domain. Domain names ending with 
-.Dq Li \&.
+.Dq Li .\&
 are unmodified.
 .It Ar opt_domain
 This field is used to define an origin for the data in an included file.
@@ -312,7 +312,7 @@
 but may be continued across lines between opening and closing parentheses.
 Comments are introduced by semicolons and continue to the end of the line.
 .Pp
-.Sy NOTE:
+.Sy NOTE :
 There are other resource record types not shown here.  You should
 consult the 
 .Sy BIND 
@@ -402,13 +402,15 @@
 Turns on debugging; each 
 .Dv SIGUSR1 
 increments debug level.
-.Po Dv SIGEMT 
+.Po
+.Dv SIGEMT
 on older systems without 
 .Dv SIGUSR1 .
 .Pc 
 .It Dv SIGUSR2
 Turns off debugging completely.
-.Po Dv SIGFPE 
+.Po
+.Dv SIGFPE
 on older systems without 
 .Dv SIGUSR2 .
 .Pc
@@ -433,6 +435,7 @@
 nameserver statistics data
 .El
 .Sh SEE ALSO
+.Xr named.conf 5 ,
 .Xr gethostbyname 3 ,
 .Xr hostname 7 ,
 .Xr kill 1 ,



Home | Main Index | Thread Index | Old Index