| Summary: | Typo (missing letter) in example dhcpd config for netboot. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Keve Nagy <keve> |
| Component: | Books & Articles | Assignee: | Warren Block <wblock> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Keve Nagy
2013-08-15 20:10:00 UTC
Responsible Changed From-To: freebsd-doc->wblock Take. Author: wblock Date: Thu Aug 15 20:45:50 2013 New Revision: 42550 URL: http://svnweb.freebsd.org/changeset/doc/42550 Log: Correct "domain-name-server" to the plural form. PR: docs/181331 Submitted by: Keve Nagy <keve@safe-mail.net> Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Aug 15 02:39:21 2013 (r42549) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Aug 15 20:45:50 2013 (r42550) @@ -4468,7 +4468,7 @@ myhost.example.com:/b/tftpboot/FreeBSD/i option subnet-mask 255.255.255.0 ; option routers 192.168.0.1 ; option broadcast-address 192.168.0.255 ; - option domain-name-server 192.168.35.35, 192.168.35.36 ; + option domain-name-servers 192.168.35.35, 192.168.35.36 ; option domain-name "example.com"; # IP address of TFTP server _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Change committed, thanks! |