Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2002 00:00:05 -0800 (PST)
From:      Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/35955: pw(8) manual doesn't explain the "-F" option.
Message-ID:  <200204040800.g34805F46135@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/35955; it has been noted by GNATS.

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
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204040800.g34805F46135>