| Summary: | Typo in handbook/network-pxe-nfs.html | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | stadtkind2 |
| Component: | Books & Articles | Assignee: | Benedict Reuschling <bcr> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->bcr I will work on this. bcr 2012-01-11 22:27:44 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/advanced-networking
chapter.sgml
Log:
Fix an obvious typo in an example: s/intall/install
PR: docs/164023
Submitted by: Stefan KrÃÅger (stadtkind2 gmx de)
Revision Changes Path
1.443 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed A patch that adds the missing "s" was committed. It should appear on the online version of the handbook once the next build is done. Thanks for reporting this to us. PR closed! |
doc/en_US.ISO8859-1/books/handbook/network-pxe-nfs.html: " # export NFSROOTDIR=/b/tftpboot/FreeBSD/install # mkdir -p ${NFSROOTDIR} " and then later "option root-path "192.168.0.1:/b/tftpboot/FreeBSD/intall/" ;" I'm pretty sure it's supposed to read in*s*tall Fix: Change "intall" to "install" How-To-Repeat: Read the PXE section of the handbook