Bug 108270

Summary: Glossary of Kernel Options typo
Product: Documentation Reporter: Micah <micahjon>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Micah 2007-01-23 17:40:24 UTC
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-options.html

Section titled options WITNESS_SKIPSIN is missing a "P" and should read options options WITNESS_SKIPSPIN

Serious if someone is copy-and-pasting into their kernel config or didn't read the options WITNESS section or WITNESS man page.

Fix: 

Add "P" :)
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-01-23 17:52:21 UTC
blackend    2007-01-23 17:52:10 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/developers-handbook/kerneldebug 
                                                          chapter.sgml 
  Log:
  Add a missing P in a kernel option
  
  PR:             docs/108270
  Submitted by:   Micah <micahjon@ywave.com>
  
  Revision  Changes    Path
  1.74      +1 -1      doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/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 2 Marc Fonvieille freebsd_committer freebsd_triage 2007-01-23 17:52:24 UTC
State Changed
From-To: open->closed

Fixed.  Thanks!