Bug 139138

Summary: Handbook typo 16.16 mac-userlocked.html
Product: Documentation Reporter: John Nielsen <john>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Nielsen 2009-09-25 19:30:04 UTC
http://www.freebsd.org/doc/en/books/handbook/mac-userlocked.html
says to add
	mac_seeotheruids_enabled="YES"
to /boot/loader.conf. It should actually be
	mac_seeotheruids_load="YES"

Fix: 

s/_enabled/_load
How-To-Repeat: Typo
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2009-09-26 11:55:42 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I'll look into it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-29 15:20:53 UTC
bcr         2009-09-29 14:20:43 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/mac chapter.sgml 
  Log:
  mac_seeotheruids_enabled -> mac_seeotheruids_load
  
  PR:             docs/139138
  Reported by:    John Nielsen (john at stealth dot jnielsen dot net)
  Approved by:    jkois (mentor)
  
  Revision  Changes    Path
  1.75      +1 -1      doc/en_US.ISO8859-1/books/handbook/mac/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 2009-09-29 15:41:10 UTC
State Changed
From-To: open->closed

Fixed and closed. Thanks for reporting this.