diff options
Diffstat (limited to 'usr/src/man/man1/cktime.1')
-rw-r--r-- | usr/src/man/man1/cktime.1 | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/usr/src/man/man1/cktime.1 b/usr/src/man/man1/cktime.1 index c73a36d9f0..daf4f94235 100644 --- a/usr/src/man/man1/cktime.1 +++ b/usr/src/man/man1/cktime.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 cktime 1 "14 Sep 1992" "SunOS 5.11" "User Commands" +.TH CKTIME 1 "Sep 14, 1992" .SH NAME cktime, errtime, helptime, valtime \- display a prompt; verify and return a time of day .SH SYNOPSIS .LP .nf -\fBcktime\fR [\fB-Q\fR] [\fB-W\fR \fIwidth\fR] [\fB-f\fR \fIformat\fR] [\fB-d\fR \fIdefault\fR] [\fB-h\fR \fIhelp\fR] +\fBcktime\fR [\fB-Q\fR] [\fB-W\fR \fIwidth\fR] [\fB-f\fR \fIformat\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 @@ -64,35 +64,29 @@ messages will describe the expected format. 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 \fIerror\fR\fR .ad .RS 14n -.rt Defines the error message as \fIerror\fR. .RE .sp .ne 2 -.mk .na \fB\fB-f\fR \fIformat\fR\fR .ad .RS 14n -.rt Specifies the format against which the input will be verified. Possible formats and their definitions are: .sp @@ -114,57 +108,47 @@ and their definitions are: .sp .ne 2 -.mk .na \fB\fB-h\fR \fIhelp\fR\fR .ad .RS 14n -.rt Defines the help messages as \fIhelp\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 \fIsignal\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 \fIsignal\fR when quit is chosen. If no signal is specified, \fBSIGTERM\fR is used. @@ -172,12 +156,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 @@ -188,12 +170,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 format criteria. .RE @@ -203,45 +183,37 @@ Input to be verified against format criteria. 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 .sp .ne 2 -.mk .na \fB\fB4\fR\fR .ad .RS 5n -.rt Garbled format argument. .RE |