diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-18 01:50:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-18 01:50:45 +0000 |
commit | 5f610acde4b50ae807a040567dbdc12bee43d3a0 (patch) | |
tree | 2a3b2af3056e165bfda5c579d05624e7867f5f5e /usr.sbin/user/userinfo.8 | |
parent | 7531bbfd9aa23c4fe2ae66af256603fcb5a9c810 (diff) |
Sync with NetBSD plus the following changes:
o use LINE_MAX for the max password entry length. This is also what
pwd_mkdb does.
o add more checks for lines that are too long
o kill some useless (and incorrect) casts
o check snprintf() return vals for sanity before use
o sync usage() with man pages
o slight KNF
o eliminate some silly uses of snprintf
Diffstat (limited to 'usr.sbin/user/userinfo.8')
-rw-r--r-- | usr.sbin/user/userinfo.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/user/userinfo.8 b/usr.sbin/user/userinfo.8 index 5e353492e03..f2fea9d2a1a 100644 --- a/usr.sbin/user/userinfo.8 +++ b/usr.sbin/user/userinfo.8 @@ -1,6 +1,5 @@ -.\" $OpenBSD: userinfo.8,v 1.7 2001/08/02 18:37:35 mpech Exp $ */ -.\" $NetBSD: userinfo.8,v 1.2 2000/02/28 05:10:57 enami Exp $ */ -.\" +.\" $OpenBSD: userinfo.8,v 1.8 2001/09/18 01:50:44 millert Exp $ +.\" $NetBSD: userinfo.8,v 1.4 2000/10/03 19:32:23 bjh21 Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. .\" @@ -40,8 +39,7 @@ .Nd displays user information .Sh SYNOPSIS .Nm userinfo -.Op Fl e -.Op Fl v +.Op Fl ev .Ar user .Sh DESCRIPTION The @@ -60,7 +58,9 @@ name or uid is already in use on the system. 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 |