diff options
Diffstat (limited to 'usr/src/man/man1m/groupmod.1m')
-rw-r--r-- | usr/src/man/man1m/groupmod.1m | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/usr/src/man/man1m/groupmod.1m b/usr/src/man/man1m/groupmod.1m index 50bb664499..4de0725555 100644 --- a/usr/src/man/man1m/groupmod.1m +++ b/usr/src/man/man1m/groupmod.1m @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH groupmod 1M "27 Aug 2008" "SunOS 5.11" "System Administration Commands" +.TH GROUPMOD 1M "Aug 27, 2008" .SH NAME groupmod \- modify a group definition on the system .SH SYNOPSIS @@ -23,12 +23,10 @@ modifying the appropriate entry in the \fB/etc/group\fR file. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-g\fR \fIgid\fR\fR .ad .RS 11n -.rt Specify the new group \fBID\fR for the group. This group \fBID\fR must be a non-negative decimal integer less than \fBMAXUID\fR, as defined in \fB<param.h>\fR\&. The group \fBID\fR defaults to the next available (unique) @@ -38,12 +36,10 @@ applications.) .sp .ne 2 -.mk .na \fB\fB-n\fR \fIname\fR\fR .ad .RS 11n -.rt Specify the new name for the group. The \fIname\fR argument is a string of no more than eight bytes consisting of characters from the set of lower case alphabetic characters and numeric characters. A warning message will be @@ -55,12 +51,10 @@ argument must contain at least one character and must not include a colon .sp .ne 2 -.mk .na \fB\fB-o\fR\fR .ad .RS 11n -.rt Allow the \fIgid\fR to be duplicated (non-unique). .RE @@ -70,12 +64,10 @@ Allow the \fIgid\fR to be duplicated (non-unique). The following operands are supported: .sp .ne 2 -.mk .na \fB\fIgroup\fR\fR .ad .RS 9n -.rt An existing group name to be modified. .RE @@ -85,91 +77,75 @@ An existing group name to be modified. The \fBgroupmod\fR utility exits with one of the following values: .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 6n -.rt Success. .RE .sp .ne 2 -.mk .na \fB\fB2\fR\fR .ad .RS 6n -.rt Invalid command syntax. A usage message for the \fBgroupmod\fR command is displayed. .RE .sp .ne 2 -.mk .na \fB\fB3\fR\fR .ad .RS 6n -.rt An invalid argument was provided to an option. .RE .sp .ne 2 -.mk .na \fB\fB4\fR\fR .ad .RS 6n -.rt \fIgid\fR is not unique (when the \fB-o\fR option is not used). .RE .sp .ne 2 -.mk .na \fB\fB6\fR\fR .ad .RS 6n -.rt \fIgroup\fR does not exist. .RE .sp .ne 2 -.mk .na \fB\fB9\fR\fR .ad .RS 6n -.rt \fIname\fR already exists as a group name. .RE .sp .ne 2 -.mk .na \fB\fB10\fR\fR .ad .RS 6n -.rt Cannot update the \fB/etc/group\fR file. .RE .SH FILES .sp .ne 2 -.mk .na \fB\fB/etc/group\fR\fR .ad .RS 14n -.rt group file .RE |