From swear@blarg.net  Fri Mar 15 21:15:53 2002
Return-Path: <swear@blarg.net>
Received: from lists.blarg.net (lists.blarg.net [206.124.128.17])
	by hub.freebsd.org (Postfix) with ESMTP id 19C8137B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Mar 2002 21:15:53 -0800 (PST)
Received: from thig.blarg.net (thig.blarg.net [206.124.128.18])
	by lists.blarg.net (Postfix) with ESMTP id C6484BE1A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Mar 2002 21:15:52 -0800 (PST)
Received: from localhost.localdomain ([206.124.139.115])
	by thig.blarg.net (8.9.3/8.9.3) with ESMTP id VAA23490
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Mar 2002 21:15:52 -0800
Received: (from jojo@localhost)
	by localhost.localdomain (8.11.6/8.11.3) id g2G5Ian68311;
	Fri, 15 Mar 2002 21:18:36 -0800 (PST)
	(envelope-from swear@blarg.net)
Message-Id: <rhu1rhay4z.1rh@localhost.localdomain>
Date: 15 Mar 2002 21:18:36 -0800
From: "Gary W. Swearingen" <swear@blarg.net>
Reply-To: swear@blarg.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: pw(8) manual doesn't explain the "-F" option.
X-GNATS-Notify:

>Number:         35955
>Category:       docs
>Synopsis:       pw(8) manual doesn't explain the "-F" option.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 15 21:20:01 PST 2002
>Closed-Date:    Fri Apr 05 00:39:42 PST 2002
>Last-Modified:  Fri Apr 05 00:39:42 PST 2002
>Originator:     Gary W. Swearingen
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
none
>Environment:
n/a
================
>Description:

The pw(8) manual doesn't explain the "-F" option.
================
>How-To-Repeat:
n/a
================
>Fix:
?
>Release-Note:
>Audit-Trail:

From: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
To: freebsd-gnats-submit@FreeBSD.org, swear@blarg.net
Cc:  
Subject: Re: docs/35955: pw(8) manual doesn't explain the "-F" option.
Date: Thu, 04 Apr 2002 02:50:04 -0500

 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
 
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Fri Apr 5 00:39:33 PST 2002 
State-Changed-Why:  
suggested patch applied 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35955 
>Unformatted:
