| Summary: | adduser(8) points to nonexistent option -p | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Andy Kosela <andy.kosela> |
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
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"
State Changed From-To: open->patched A fix has been committed to CURRENT and will be MFCd shortly. Thanks! Responsible Changed From-To: freebsd-doc->brueffer MFC reminder. 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! |
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.