Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.sbin/user Pull up revision 1.13 (requested by grant...



details:   https://anonhg.NetBSD.org/src/rev/4eb178dc47d5
branches:  netbsd-1-6
changeset: 527718:4eb178dc47d5
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jun 04 12:10:08 2002 +0000

description:
Pull up revision 1.13 (requested by grant in ticket #134):
add usermgmt.conf man page.
user -e and -f now accepts "month day year" (ala chpass(1)) and
seconds-since-epoch.
correct man pages accordingly.

diffstat:

 usr.sbin/user/user.8 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r eeb36c46a5fd -r 4eb178dc47d5 usr.sbin/user/user.8
--- a/usr.sbin/user/user.8      Tue Jun 04 12:10:00 2002 +0000
+++ b/usr.sbin/user/user.8      Tue Jun 04 12:10:08 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: user.8,v 1.12 2002/02/08 01:38:57 ross Exp $ */
+.\" $NetBSD: user.8,v 1.12.2.1 2002/06/04 12:10:08 lukem Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -43,7 +43,7 @@
 .Fl D
 .Op Fl b Ar base-dir
 .Op Fl e Ar expiry-time
-.Op Fl f Ar inactive-secs
+.Op Fl f Ar inactive-time
 .Op Fl g Ar gid/name/=uid
 .Op Fl L Ar login-class
 .Op Fl r Ar low..high
@@ -55,7 +55,7 @@
 .Op Fl c Ar comment
 .Op Fl d Ar home-dir
 .Op Fl e Ar expiry-time
-.Op Fl f Ar inactive-secs
+.Op Fl f Ar inactive-time
 .Op Fl g Ar gid/name/=uid
 .Op Fl k Ar skel-dir
 .Op Fl L Ar login-class
@@ -83,7 +83,7 @@
 .Op Fl c Ar comment
 .Op Fl d Ar home-dir
 .Op Fl e Ar expiry-time
-.Op Fl f Ar inactive-secs
+.Op Fl f Ar inactive-time
 .Op Fl g Ar gid/name/=uid
 .Op Fl L Ar login-class
 .Op Fl l Ar new-login
@@ -126,6 +126,7 @@
 .Xr chpass 1 ,
 .Xr group 5 ,
 .Xr passwd 5 ,
+.Xr usermgmt.conf 5 ,
 .Xr useradd 8 ,
 .Xr userdel 8 ,
 .Xr userinfo 8 ,



Home | Main Index | Thread Index | Old Index