summaryrefslogtreecommitdiff
path: root/usr.sbin/user/groupinfo.8
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-09-18 01:50:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-09-18 01:50:45 +0000
commit5f610acde4b50ae807a040567dbdc12bee43d3a0 (patch)
tree2a3b2af3056e165bfda5c579d05624e7867f5f5e /usr.sbin/user/groupinfo.8
parent7531bbfd9aa23c4fe2ae66af256603fcb5a9c810 (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/groupinfo.8')
-rw-r--r--usr.sbin/user/groupinfo.812
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/user/groupinfo.8 b/usr.sbin/user/groupinfo.8
index bf00bfcc892..755158caf31 100644
--- a/usr.sbin/user/groupinfo.8
+++ b/usr.sbin/user/groupinfo.8
@@ -1,6 +1,5 @@
-.\" $OpenBSD: groupinfo.8,v 1.7 2001/08/02 18:37:35 mpech Exp $ */
-.\" $NetBSD: groupinfo.8,v 1.2 2000/02/28 05:10:56 enami Exp $ */
-.\"
+.\" $OpenBSD: groupinfo.8,v 1.8 2001/09/18 01:50:44 millert Exp $
+.\" $NetBSD: groupinfo.8,v 1.3 2000/10/03 19:32:23 bjh21 Exp $
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
.\"
@@ -40,8 +39,7 @@
.Nd displays group information
.Sh SYNOPSIS
.Nm groupinfo
-.Op Fl e
-.Op Fl v
+.Op Fl ev
.Ar group
.Sh DESCRIPTION
The
@@ -60,7 +58,9 @@ name or gid is already in use on the system.
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