From 8297ca20c8fb03c3efb636029fb938a52f9e9718 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 10 May 2006 19:30:33 +0000 Subject: [PATCH] * this is almost mksh R27, bump * add the O'Reilly books as references --- check.t | 4 ++-- main.c | 4 ++-- mksh.1 | 31 +++++++++++++++++++++++++++++-- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/check.t b/check.t index b7607b3..6659817 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.39 2006/05/08 11:59:41 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.40 2006/05/10 19:30:32 tg Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ @@ -3769,5 +3769,5 @@ category: pdksh stdin: echo $KSH_VERSION expected-stdout: - @(#)MIRBSD KSH R26 2006/05/08 + @(#)MIRBSD KSH R27 2006/05/10 --- diff --git a/main.c b/main.c index 38c4fc9..1a8dbeb 100644 --- a/main.c +++ b/main.c @@ -6,9 +6,9 @@ #define EXTERN /* define EXTERNs in sh.h */ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/main.c,v 1.36 2006/05/10 18:54:11 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/main.c,v 1.37 2006/05/10 19:30:33 tg Exp $"); -#define MKSH_VERSION "@(#)MIRBSD KSH R26 2006/05/08" +#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/05/10" extern char **environ; diff --git a/mksh.1 b/mksh.1 index b7f2c7e..76ace13 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.34 2006/05/10 18:54:11 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.35 2006/05/10 19:30:33 tg Exp $ .\" $OpenBSD: ksh.1,v 1.112 2006/04/22 14:10:36 jmc Exp $ .\" $OpenBSD: sh.1tbl,v 1.53 2004/12/10 01:56:56 jaredy Exp $ .\" @@ -5217,15 +5217,42 @@ Privileged shell profile. .%D 1993 .%O "ISBN 1-55937-266-9" .Re +.Rs +.%A Bill Rosenblatt +.%T "Learning the Korn Shell" +.%D 1993 +.%O "O'Reilly, ISBN 1-56592-054-6" +.Re +.Rs +.%A Bill Rosenblatt +.%A Arnold Robbins +.%T "Learning the Korn Shell, Second Edition" +.%D 2002 +.%O "O'Reilly, ISBN 0-596-00195-9" +.Re .Sh AUTHORS This shell is based on the public domain korn shell. It has been developed further by the MirOS project incorporating changes from the Debian and OpenBSD projects and suggestions from many people. .Sh BUGS +This document attempts to describe +.Nm "" R27 . +The O'Reilly book documents the +.At +.Nm KSH88 +(in the 1993 first edition) or, respectively, the +.At +.Nm KSH93 +(in the 2002 second edition). +The first edition can sometimes be found lurking around +on the internet and is better suited for teaching +.Nm +than the second edition (which is still okay to buy and read) +but this manual page is a more complete reference. Please report bugs in .Nm -to the +or this manual page to the .Mx development team. .Pp