Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/user Do not list all options for group* -- they are...



details:   https://anonhg.NetBSD.org/src/rev/95101e6e1ca4
branches:  trunk
changeset: 584138:95101e6e1ca4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 09 22:01:20 2005 +0000

description:
Do not list all options for group* -- they are bound to get out of sync here.
Use standard EXIT STATUS section. Bump date.

diffstat:

 usr.sbin/user/group.8 |  23 ++++++++---------------
 1 files changed, 8 insertions(+), 15 deletions(-)

diffs (60 lines):

diff -r ef4646238d57 -r 95101e6e1ca4 usr.sbin/user/group.8
--- a/usr.sbin/user/group.8     Fri Sep 09 21:48:10 2005 +0000
+++ b/usr.sbin/user/group.8     Fri Sep 09 22:01:20 2005 +0000
@@ -1,5 +1,4 @@
-.\" $NetBSD: group.8,v 1.12 2005/02/05 15:26:50 wiz Exp $ */
-.\"
+.\" $NetBSD: group.8,v 1.13 2005/09/09 22:01:20 wiz Exp $ */
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
 .\"
@@ -31,7 +30,7 @@
 .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd February 5, 2005
+.Dd September 9, 2005
 .Dt GROUP 8
 .Os
 .Sh NAME
@@ -40,23 +39,19 @@
 .Sh SYNOPSIS
 .Nm
 .Cm add
-.Op Fl ov
-.Op Fl g Ar gid
-.Op Fl r Ar lowgid Ns Li .. Ns Ar highgid
+.Op options
 .Ar group
 .Nm
 .Cm del
-.Op Fl v
+.Op options
 .Ar group
 .Nm
 .Cm info
-.Op Fl ev
+.Op options
 .Ar group
 .Nm
 .Cm mod
-.Op Fl ov
-.Op Fl g Ar gid
-.Op Fl n Ar newname
+.Op options
 .Ar group
 .Sh DESCRIPTION
 The
@@ -70,10 +65,8 @@
 commands.
 .Pp
 For a full explanation of the options, please see the relevant manual page.
-.Pp
-The
-.Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+.Sh EXIT STATUS
+.Ex -std group
 .Sh SEE ALSO
 .Xr group 5 ,
 .Xr groupadd 8 ,



Home | Main Index | Thread Index | Old Index