From 229852ddf2d8636b0c8a6628c3e97fef2aadbcfd Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 27 Jun 2018 14:39:29 +0200 Subject: 9629 ksh93(1): Missing zero in z4cx Reviewed by: Yuri Pankov Reviewed by: Ken Mays Approved by: Richard Lowe --- usr/src/man/man1/ksh93.1 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) (limited to 'usr/src') diff --git a/usr/src/man/man1/ksh93.1 b/usr/src/man/man1/ksh93.1 index b0b8f3c14a..4c679c0acb 100644 --- a/usr/src/man/man1/ksh93.1 +++ b/usr/src/man/man1/ksh93.1 @@ -2,7 +2,7 @@ .\" Copyright (c) 1982-2007 AT&T Knowledge Ventures .\" To view license terms, see http://www.opensource.org/licenses/cpl1.0.txt .\" Portions Copyright (c) 2009, Sun Microsystems, Inc. -.TH KSH93 1 "Sep 10, 2013" +.TH KSH93 1 "Jun 27, 2018" .SH NAME ksh93, rksh93 \- Korn Shell, a standard and restricted command and programming language @@ -20,7 +20,6 @@ language .fi .SH DESCRIPTION -.sp .LP \fBksh93\fR is a command and programming language that executes commands read from a terminal or a file. \fBrksh93\fR is a restricted version of the command @@ -31,7 +30,6 @@ standard shell. .LP See \fBInvocation\fR for the meaning of arguments to the shell. .SS "Definitions" -.sp .LP A \fImetacharacter\fR is defined as one of the following characters: .sp @@ -72,7 +70,6 @@ environment and built-ins that are found before performing a path search (see some of these built-ins behave differently than other built-ins and are called special built-ins. .SS "Commands" -.sp .LP A \fIsimple-command\fR is a list of variable assignments (see \fBVariable Assignments\fR) or a sequence of \fIblank\fR-separated words which can be @@ -391,7 +388,6 @@ first word of a command and are not quoted: \fB!\fR .in -2 .SS "Variable Assignments" -.sp .LP One or more variable assignments can start a simple command or can be arguments to the \fBtypeset\fR, \fBexport\fR, or \fBreadonly\fR special built-in @@ -478,12 +474,10 @@ that the types are compatible. .RE .SS "Comments" -.sp .LP A word beginning with \fB#\fR causes that word and all the following characters up to a NEWLINE to be commented, or ignored. .SS "Aliasing" -.sp .LP The first word of each command is replaced by the text of an alias if an alias for this word has been defined. An alias name consists of any number of @@ -532,7 +526,6 @@ type='whence -v' .sp .SS "Tilde Substitution" -.sp .LP After alias substitution is performed, each word is checked to see if it begins with an unquoted tilde (\fB~\fR). For tilde substitution, \fIword\fR also @@ -553,7 +546,6 @@ attempted when the value of the assignment begins with a \fB~\fR, and when a \fB~\fR appears after a colon (\fB:\fR). The \fB:\fR also terminates a \fB~\fR login name. .SS "Command Substitution" -.sp .LP The standard output from a command enclosed in parentheses preceded by a dollar sign (\fB$\fR) or a pair of grave accents (\fB``\fR) can be used as part or all @@ -566,13 +558,11 @@ The command substitution \fB$(cat file)\fR can be replaced by the equivalent but faster \fB$(