Bug 35955

Summary: pw(8) manual doesn't explain the "-F" option.
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-16 05:20:01 UTC
The pw(8) manual doesn't explain the "-F" option.
================

Fix: 

?
How-To-Repeat: n/a
================
Comment 1 Mike DeGraw-Bertsch 2002-04-04 08:50:04 UTC
Howdy,

This patch explains -F for usershow and groupshow.  Because "groupmod 
... -F" doesn't do anything, the patch also drops that from groupmod's 
command line args.

For usershow and groupshow, -F forces pw to print details even if the 
account doesn't exist.  The patch adds this to the usershow section. 
Since groupshow says it uses the same args as usershow, so no need to 
repeat it there.

   -Mike


*** pw.8.old    Thu Apr  4 02:17:41 2002
--- pw.8        Thu Apr  4 02:46:25 2002
***************
*** 145,151 ****
   .Op group|gid
   .Op Fl C Ar config
   .Op Fl q
- .Op Fl F
   .Op Fl n Ar name
   .Op Fl g Ar gid
   .Op Fl l Ar name
--- 145,150 ----
***************
*** 684,689 ****
--- 683,693 ----
   The
   .Fl a
   option lists all users currently on file.
+ Using
+ .Fl F
+ forces
+ .Nm
+ to print the details of an account even if it does not exist.
   .Pp
   The command
   .Ar usernext
Comment 2 dd freebsd_committer freebsd_triage 2002-04-05 09:39:33 UTC
State Changed
From-To: open->closed

suggested patch applied