diff options
Diffstat (limited to 'usr/src/man/man1/ckgid.1')
-rw-r--r-- | usr/src/man/man1/ckgid.1 | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/usr/src/man/man1/ckgid.1 b/usr/src/man/man1/ckgid.1 index 12bf45f6fd..2265acdf21 100644 --- a/usr/src/man/man1/ckgid.1 +++ b/usr/src/man/man1/ckgid.1 @@ -3,13 +3,13 @@ .\" 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 ckgid 1 "14 Sep 1992" "SunOS 5.11" "User Commands" +.TH CKGID 1 "Sep 14, 1992" .SH NAME ckgid, errgid, helpgid, valgid \- prompts for and validates a group id .SH SYNOPSIS .LP .nf -\fBckgid\fR [\fB-Q\fR] [\fB-W\fR \fIwidth\fR] [\fB-m\fR] [\fB-d\fR \fIdefault\fR] [\fB-h\fR \fIhelp\fR] +\fBckgid\fR [\fB-Q\fR] [\fB-W\fR \fIwidth\fR] [\fB-m\fR] [\fB-d\fR \fIdefault\fR] [\fB-h\fR \fIhelp\fR] [\fB-e\fR \fIerror\fR] [\fB-p\fR \fIprompt\fR] [\fB-k\fR \fIpid\fR [\fB-s\fR \fIsignal\fR]] .fi @@ -60,92 +60,76 @@ objects. In this instance, the \fBFML\fR object defines the prompt. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-d\fR\fI default\fR\fR .ad .RS 14n -.rt Defines the default value as \fIdefault\fR. The default is not validated and so does not have to meet any criteria. .RE .sp .ne 2 -.mk .na \fB\fB-e\fR\fI error\fR\fR .ad .RS 14n -.rt Defines the error message as \fI error\fR. .RE .sp .ne 2 -.mk .na \fB\fB-h\fR\fI help\fR\fR .ad .RS 14n -.rt Defines the help messages as \fI help\fR. .RE .sp .ne 2 -.mk .na \fB\fB-k\fR\fI pid\fR\fR .ad .RS 14n -.rt Specifies that process \fBID\fR \fIpid\fR is to be sent a signal if the user chooses to abort. .RE .sp .ne 2 -.mk .na \fB\fB-m\fR\fR .ad .RS 14n -.rt Displays a list of all groups when help is requested or when the user makes an error. .RE .sp .ne 2 -.mk .na \fB\fB-p\fR\fI prompt\fR\fR .ad .RS 14n -.rt Defines the prompt message as \fIprompt\fR. .RE .sp .ne 2 -.mk .na \fB\fB-Q\fR\fR .ad .RS 14n -.rt Specifies that quit will not be allowed as a valid response. .RE .sp .ne 2 -.mk .na \fB\fB-s\fR\fI signal\fR\fR .ad .RS 14n -.rt Specifies that the process \fBID\fR \fIpid\fR defined with the \fB-k\fR option is to be sent signal \fI signal\fR when quit is chosen. If no signal is specified, \fBSIGTERM\fR is used. @@ -153,12 +137,10 @@ specified, \fBSIGTERM\fR is used. .sp .ne 2 -.mk .na \fB\fB-W\fR\fI width\fR\fR .ad .RS 14n -.rt Specifies that prompt, help and error messages will be formatted to a line length of \fIwidth\fR. .RE @@ -169,12 +151,10 @@ length of \fIwidth\fR. The following operand is supported: .sp .ne 2 -.mk .na \fB\fIinput\fR\fR .ad .RS 9n -.rt Input to be verified against \fB/etc/group\fR. .RE @@ -184,34 +164,28 @@ Input to be verified against \fB/etc/group\fR. The following exit values are returned: .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 5n -.rt Successful execution. .RE .sp .ne 2 -.mk .na \fB\fB1\fR\fR .ad .RS 5n -.rt \fBEOF\fR on input, or negative width on \fB-W\fR option, or usage error. .RE .sp .ne 2 -.mk .na \fB\fB3\fR\fR .ad .RS 5n -.rt User termination (quit). .RE |