Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/user Pull up revision 1.2-1.3 (requested by si...
details: https://anonhg.NetBSD.org/src/rev/ed9209abdce2
branches: netbsd-1-4
changeset: 471174:ed9209abdce2
user: he <he%NetBSD.org@localhost>
date: Wed Oct 25 17:06:01 2000 +0000
description:
Pull up revision 1.2-1.3 (requested by simonb):
Synchronize to current versions of the user management tool.
Fixes PR#11100, PR#11103, PR#11123 and PR#10985.
diffstat:
usr.sbin/user/groupinfo.8 | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r a5271b625ea0 -r ed9209abdce2 usr.sbin/user/groupinfo.8
--- a/usr.sbin/user/groupinfo.8 Wed Oct 25 17:05:42 2000 +0000
+++ b/usr.sbin/user/groupinfo.8 Wed Oct 25 17:06:01 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: groupinfo.8,v 1.1.2.2 2000/01/21 00:00:40 he Exp $ */
+.\" $NetBSD: groupinfo.8,v 1.1.2.3 2000/10/25 17:06:01 he Exp $ */
.\"
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -39,9 +39,8 @@
.Nd displays group information
.Sh SYNOPSIS
.Nm
-.Op Fl e
-.Op Fl v
-group
+.Op Fl ev
+.Ar group
.Sh DESCRIPTION
The
.Nm
@@ -59,11 +58,19 @@
perform any actions in a verbose manner.
.El
.Pp
-The group argument may either be a group's name, or a gid.
+The
+.Ar group
+argument may either be a group's name, or a gid.
.Pp
The
.Nm
utility exits 0 if the group name or gid exists, and non-zero if it does not.
+.Sh FILES
+.Bl -tag -width /etc/usermgmt.conf -compact
+.It Pa /etc/usermgmt.conf
+.El
+.Sh SEE ALSO
+.Xr passwd 5
.Sh HISTORY
The
.Nm
@@ -76,6 +83,3 @@
The
.Nm
utility was written by Alistair G. Crooks (agc%netbsd.org@localhost).
-.Sh SEE ALSO
-.Xr passwd 5 ,
-.Xr /etc/usermgmt.conf
Home |
Main Index |
Thread Index |
Old Index