Bug 164023

Summary: Typo in handbook/network-pxe-nfs.html
Product: Documentation Reporter: stadtkind2
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description stadtkind2 2012-01-11 17:40:12 UTC
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
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2012-01-11 20:02:15 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I will work on this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-11 22:27:58 UTC
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"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2012-01-11 22:47:19 UTC
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!