diff options
author | dd <dd@FreeBSD.org> | 2002-04-05 08:31:17 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-04-05 08:31:17 +0000 |
commit | c48c9a8ae4418c0b74601c67561e610e81fe0f38 (patch) | |
tree | 3fb957245f2b62683a690cde38f61ed2edfdebb3 /usr.sbin/pw | |
parent | e093240cb6e7e12b690abe348cfcbd5d64df23c4 (diff) | |
download | FreeBSD-src-c48c9a8ae4418c0b74601c67561e610e81fe0f38.zip FreeBSD-src-c48c9a8ae4418c0b74601c67561e610e81fe0f38.tar.gz |
Document the -7 option for usershow.
PR: 36735
Submitted by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r-- | usr.sbin/pw/pw.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index c927c13..e90f962 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -112,6 +112,7 @@ .Op Fl u Ar uid .Op Fl F .Op Fl P +.Op Fl 7 .Op Fl a .Nm .Op Fl V Ar etcdir @@ -681,6 +682,9 @@ If the option is used, then .Nm outputs the account details in a more human readable form. +If the +.Fl 7 +option is used, the account details are shown in v7 format. The .Fl a option lists all users currently on file. @@ -756,6 +760,11 @@ with the replacing .Fl u Ar uid to specify the group id. +The +.Fl 7 +option does not apply to the +.Ar groupshow +command. .Pp The command .Ar groupnext |