From 150c3a33b9d9b08a93cfaa03df03aa944a1b091a Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Wed, 10 Nov 1999 13:27:54 +0000 Subject: [PATCH] Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as an example of such a clone. PR: 14601 Submitted by: Matthias Buelow --- bin/sh/sh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 4fdce9a81a03..2bf89d69f74a 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -58,8 +58,8 @@ conform with the specification for the shell. This version has many features which make it appear similar in some respects to the Korn shell, but it is not a Korn -shell clone like GNU -.Xr bash 1 . +shell clone like +.Xr pdksh 1 . Only features designated by POSIX, plus a few Berkeley extensions, are being incorporated into this shell.