From d38c8c56227c1f153c63a92814e85f4553227988 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Fri, 7 Feb 2003 20:58:38 +0000 Subject: [PATCH] Misc grammar, typo and wording fixes of comments. PR: docs/41034 Submitted by: Chris Pepper --- etc/namedb/named.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index c4248d632c46..c8772959eda7 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -1,10 +1,10 @@ // $FreeBSD$ // // Refer to the named.conf(5) and named(8) man pages for details. If -// you are ever going to setup a primary server, make sure you've -// understood the hairy details of how DNS is working. Even with +// you are ever going to set up a primary server, make sure you +// understand the hairy details of how DNS works. Even with // simple mistakes, you can break connectivity for affected parties, -// or cause huge amount of useless Internet traffic. +// or cause huge amounts of useless Internet traffic. options { directory "/etc/namedb"; @@ -49,11 +49,11 @@ host { any; } { }; */ -// Setting up secondaries is way easier and the rough picture for this -// is explained below. +// Setting up secondaries is way easier and a rough example for this +// is provided below. // // If you enable a local name server, don't forget to enter 127.0.0.1 -// into your /etc/resolv.conf so this server will be queried first. +// first in your /etc/resolv.conf so this server will be queried. // Also, make sure to enable it in /etc/rc.conf. zone "." { @@ -82,17 +82,17 @@ zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" { // serve demonstration/documentation purposes! // // Example secondary config entries. It can be convenient to become -// a secondary at least for the zone where your own domain is in. Ask +// a secondary at least for the zone your own domain is in. Ask // your network administrator for the IP address of the responsible // primary. // // Never forget to include the reverse lookup (IN-ADDR.ARPA) zone! -// (This is the first bytes of the respective IP address, in reverse +// (This is named after the first bytes of the IP address, in reverse // order, with ".IN-ADDR.ARPA" appended.) // -// Before starting to setup a primary zone, better make sure you fully -// understand how DNS and BIND works, however. There are sometimes -// unobvious pitfalls. Setting up a secondary is comparably simpler. +// Before starting to set up a primary zone, make sure you fully +// understand how DNS and BIND works. There are sometimes +// non-obvious pitfalls. Setting up a secondary is simpler. // // NB: Don't blindly enable the examples below. :-) Use actual names // and addresses instead.