Bug 120122

Summary: adduser(8) points to nonexistent option -p
Product: Documentation Reporter: Andy Kosela <andy.kosela>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andy Kosela 2008-01-29 16:10:01 UTC
adduser(8) man page in the section concerning format for option -f
mentions nonexistent option -p (" This field will be ignored if the -p
option is used with a no or none argument.") 

Actually it should read ("This field will be ignored if the -w option is
used with a no or none argument.) as the -w option deals with password
type options.
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-03-16 21:36:11 UTC
brueffer    2008-03-16 21:36:05 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/adduser     adduser.8 
  Log:
  In the description of the password field, -w was meant, not the
  nonexistant -p flag.
  
  PR:             120122
  Submitted by:   Andy Kosela <andy.kosela@gmail.com>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.62      +2 -2      src/usr.sbin/adduser/adduser.8
_______________________________________________
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 Christian Brueffer freebsd_committer freebsd_triage 2008-03-16 21:36:17 UTC
State Changed
From-To: open->patched

A fix has been committed to CURRENT and will be MFCd 
shortly.  Thanks! 


Comment 3 Christian Brueffer freebsd_committer freebsd_triage 2008-03-16 21:36:17 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

MFC reminder.
Comment 4 Gavin Atkinson freebsd_committer freebsd_triage 2008-06-06 19:03:52 UTC
State Changed
From-To: patched->closed

This was MFC'd on 2008-03-20 to RELENG_7 and RELENG_6, so is 
fixed in 6.4 and 7.1-RELEASE.  Thanks for your submission!