| Summary: | chpass(1) manual has erroneous "usage" for -d and -h | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Gary W. Swearingen <swear> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Actually the manpage is not in error. You need YP/NIS support compiled into chpass to be able to use the -h and -d options. |
The chpass(1) manual has erroneous "usage" : usage: chpass [-l] [-y] [-d domain [-h host]] ... ================ Fix: Change "[-d domain [-h host]]" to "[-d domain] [-h host]". How-To-Repeat: chpass -h xxx ================