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/groupadd.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/groupadd.8')
-rw-r--r-- | usr.sbin/user/groupadd.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/user/groupadd.8 b/usr.sbin/user/groupadd.8 index 140dfc848eb..3a627c60c94 100644 --- a/usr.sbin/user/groupadd.8 +++ b/usr.sbin/user/groupadd.8 @@ -1,6 +1,5 @@ -.\" $OpenBSD: groupadd.8,v 1.7 2001/08/02 18:37:35 mpech Exp $ */ -.\" $NetBSD: groupadd.8,v 1.4 2000/02/28 05:10:56 enami Exp $ */ -.\" +.\" $OpenBSD: groupadd.8,v 1.8 2001/09/18 01:50:44 millert Exp $ +.\" $NetBSD: groupadd.8,v 1.5 2000/10/03 19:32:23 bjh21 Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. .\" @@ -40,9 +39,8 @@ .Nd add a group to the system .Sh SYNOPSIS .Nm groupadd +.Op Fl ov .Op Fl g Ar gid -.Op Fl o -.Op Fl v .Ar group .Sh DESCRIPTION The |