1cc9e4b580
I don't think we want to handle tests yet...
26 lines
843 B
Plaintext
26 lines
843 B
Plaintext
$OpenBSD: patch-src_cmd_ksh93_sh_1,v 1.2 2002/04/02 03:12:39 espie Exp $
|
|
--- src/cmd/ksh93/sh.1.orig Tue Oct 16 20:50:52 2001
|
|
+++ src/cmd/ksh93/sh.1 Tue Apr 2 05:05:55 2002
|
|
@@ -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 [\|
|
|
@@ -12,10 +12,10 @@
|
|
.ds ' \s+4\v@.3m@\'\v@-.3m@\s-4
|
|
.ds ` \s+4\v@.3m@\`\v@-.3m@\s-4
|
|
.if \nZ=0 .TH SH 1
|
|
-.if \nZ=1 .TH KSH 1 "User Environment Utilities" "RDS Standard"
|
|
+.TH KSH 1 "User Environment Utilities" "RDS Standard"
|
|
.SH NAME
|
|
.if \nZ=0 sh, rsh \- shell, the
|
|
-.if \nZ=1 ksh, rksh \- KornShell, a
|
|
+ksh, rksh \- KornShell, a
|
|
standard/restricted command and programming language
|
|
.SH SYNOPSIS
|
|
.if \nZ=0 .B sh
|