Bug 157896

Summary: adduser example in handbook section 13.6.1 missing a new item
Product: Documentation Reporter: rsimmons0
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description rsimmons0 2011-06-15 04:40:08 UTC
The URL for the page of the handbook is:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/users-modifying.html

In section 13.6.1, example 13-1 there is a new option that is not listed in the example.  The following two lines:

Home directory [/home/jru]:
Use password-based authentication? [yes]:

should have the following line between them:

Home directory permissions (Leave empty for default):

How-To-Repeat: use "adduser" and see what information it asks for currently.
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2011-06-15 08:59:46 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I am working on that issue.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-20 18:16:26 UTC
bcr         2011-06-20 17:16:18 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/users chapter.sgml 
  Log:
  Add a missing item to the adduser example.
  
  PR:             docs/157896
  Submitted by:   Robert Simmons (rsimmons0 at gmail dot com)
  
  Revision  Changes    Path
  1.60      +1 -0      doc/en_US.ISO8859-1/books/handbook/users/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 2011-06-20 18:24:32 UTC
State Changed
From-To: open->closed

A patch that adds the missing line to the adduser example was committed to the 
handbook. Thanks for catching this. PR closed!