diff options
Diffstat (limited to 'usr/src/man/man1/ckint.1')
-rw-r--r-- | usr/src/man/man1/ckint.1 | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/usr/src/man/man1/ckint.1 b/usr/src/man/man1/ckint.1 index 2b95b5f551..f7d43e2229 100644 --- a/usr/src/man/man1/ckint.1 +++ b/usr/src/man/man1/ckint.1 @@ -3,14 +3,14 @@ .\" 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 ckint 1 "14 Sep 1992" "SunOS 5.11" "User Commands" +.TH CKINT 1 "Sep 14, 1992" .SH NAME ckint, errint, helpint, valint \- display a prompt; verify and return an integer value .SH SYNOPSIS .LP .nf -\fBckint\fR [\fB-Q\fR] [\fB-W\fR \fIwidth\fR] [\fB-b\fR \fIbase\fR] [\fB-d\fR \fIdefault\fR] [\fB-h\fR \fIhelp\fR] +\fBckint\fR [\fB-Q\fR] [\fB-W\fR \fIwidth\fR] [\fB-b\fR \fIbase\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 @@ -63,92 +63,76 @@ expected base of the input. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-b\fR\fI base\fR\fR .ad .RS 14n -.rt Defines the base for input. Must be \fB2\fR to \fB36\fR, default is \fB10\fR. .RE .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-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. @@ -156,12 +140,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 @@ -172,12 +154,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 \fIbase\fR criterion. .RE @@ -187,34 +167,28 @@ Input to be verified against \fIbase\fR criterion. 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 |