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 revisions 1.2-1.4 (requested by s...



details:   https://anonhg.NetBSD.org/src/rev/1e66e484b2a6
branches:  netbsd-1-4
changeset: 471178:1e66e484b2a6
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 25 17:07:18 2000 +0000

description:
Pull up revisions 1.2-1.4 (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/userinfo.8 |  20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 307474c877da -r 1e66e484b2a6 usr.sbin/user/userinfo.8
--- a/usr.sbin/user/userinfo.8  Wed Oct 25 17:07:02 2000 +0000
+++ b/usr.sbin/user/userinfo.8  Wed Oct 25 17:07:18 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: userinfo.8,v 1.1.2.2 2000/01/21 00:01:28 he Exp $ */
+.\" $NetBSD: userinfo.8,v 1.1.2.3 2000/10/25 17:07:18 he Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -39,9 +39,8 @@
 .Nd displays user information
 .Sh SYNOPSIS
 .Nm
-.Op Fl e
-.Op Fl v
-user
+.Op Fl ev
+.Ar user
 .Sh DESCRIPTION
 The
 .Nm
@@ -59,11 +58,19 @@
 perform any actions in a verbose manner.
 .El
 .Pp
-The user argument may either be a user's name, or a uid.
+The
+.Ar user
+argument may either be a user's name, or a uid.
 .Pp
 The
 .Nm
 utility exits 0 if the user name or uid 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