| Summary: | Misc fixes for the DNS chapter and note FreeBSD 5 comes with BIND 9 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Brad Davis <so14k> | ||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Brad Davis
2005-02-03 12:40:24 UTC
On Thu, Feb 03, 2005 at 05:39:35AM -0700, Brad Davis wrote:
> --- doc-ori/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml Thu Feb 3 04:20:21 2005
> +++ doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml Thu Feb 3 05:37:44 2005
> @@ -2975,9 +2975,9 @@
> </para>
>
> <para>
> - This document refers to BIND 8.x, as it is the stable version
> - used in FreeBSD. BIND 9.x in FreeBSD can be installed through
> - the <filename role="package">net/bind9</filename> port.
> + This document refers to BIND 8.x, which is the version included
> + in &os; 4. BIND 9.x is included in &os; 5 and is avaliable for
> + &os; 4 in the <filename role="package">net/bind9</filename> port.
> </para>
Could you ispell this? "avaliable" is wrong here.
Ceri
Thanks :)
--- doc-ori/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
Thu Feb 3 04:20:21 2005
+++ doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
Thu Feb 3 05:37:44 2005
@@ -2975,9 +2975,9 @@
</para>
<para>
- This document refers to BIND 8.x, as it is the stable version
- used in FreeBSD. BIND 9.x in FreeBSD can be installed through
- the <filename role="package">net/bind9</filename> port.
+ This document refers to BIND 8.x, which is the version included
+ in &os; 4. BIND 9.x is included in &os; 5 and is available for
+ &os; 4 in the <filename role="package">net/bind9</filename>
port.
</para>
<para>
State Changed From-To: open->closed Patch not committed, yet I added some text to point out the different versions of BIND and FreeBSD. Inspired from your patch of course. Thanks for the submission! Responsible Changed From-To: freebsd-doc->trhodes Over to me. |