9f0991ea4f
Official AT&T release of KornShell 93. KSH-93 is the most recent version of the KornShell Language described in "The KornShell Command and Programming Language," by Morris Bolsky and David Korn of AT&T Bell Laboratories.
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
$OpenBSD: patch-src_cmd_ksh93_sh_1,v 1.1.1.1 2001/07/12 19:17:24 naddy Exp $
|
|
--- src/cmd/ksh93/sh.1.orig Thu Apr 27 20:42:50 2000
|
|
+++ src/cmd/ksh93/sh.1 Sun Feb 18 03:36:06 2001
|
|
@@ -4,7 +4,7 @@
|
|
.\"
|
|
.\" @(#)sh.1 (research!dgk) 12/28/93
|
|
.\"
|
|
-.nr Z 0 \" set to 1 when command name is ksh rather than sh
|
|
+.nr Z 1 \" set to 1 when command name is ksh rather than sh
|
|
.nr Y 0 \" set to 1 for R&D UNIX
|
|
.if \nY=1 .nr Z 1
|
|
.ds OK [\|
|