Bug 39770

Summary: manual page fix: `pw useradd' could be used with -w
Product: Documentation Reporter: sada <sada>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description sada freebsd_committer freebsd_triage 2002-06-24 10:00:07 UTC
	In the manual page for pw(8), the synopsis doesn't show -w option of pw
useradd
	without -D option.

Fix: 

--
SADA Kenji <sada@FreeBSD.org>--EehS9GBMpOSQUj1PeoKaDjAUqvY9Qa4UdwyHZ0rK8PhE5zyK
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: pw.8
===================================================================
RCS file: /home/ncvs/src/usr.sbin/pw/pw.8,v
retrieving revision 1.28
diff -u -r1.28 pw.8
--- pw.8	5 Apr 2002 08:39:31 -0000	1.28
+++ pw.8	24 Jun 2002 07:19:24 -0000
@@ -47,6 +47,7 @@
 .Op Fl G Ar grouplist
 .Op Fl m
 .Op Fl k Ar dir
+.Op Fl w Ar method
 .Op Fl s Ar shell
 .Op Fl o
 .Op Fl L Ar class
How-To-Repeat: 
	man 8 pw
Comment 1 sada freebsd_committer freebsd_triage 2002-06-26 06:09:29 UTC
State Changed
From-To: open->closed

Committed myself.