Bug 36450

Summary: chpass(1) manual has erroneous "usage" for -d and -h
Product: Documentation Reporter: Gary W. Swearingen <swear>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary W. Swearingen 2002-03-29 03:00:00 UTC
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
================
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-03-29 03:07:43 UTC
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.