* this is almost mksh R27, bump
* add the O'Reilly books as references
This commit is contained in:
4
check.t
4
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: 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: 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 $
|
# $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
|
||||||
@@ -3769,5 +3769,5 @@ category: pdksh
|
|||||||
stdin:
|
stdin:
|
||||||
echo $KSH_VERSION
|
echo $KSH_VERSION
|
||||||
expected-stdout:
|
expected-stdout:
|
||||||
@(#)MIRBSD KSH R26 2006/05/08
|
@(#)MIRBSD KSH R27 2006/05/10
|
||||||
---
|
---
|
||||||
|
4
main.c
4
main.c
@@ -6,9 +6,9 @@
|
|||||||
#define EXTERN /* define EXTERNs in sh.h */
|
#define EXTERN /* define EXTERNs in sh.h */
|
||||||
#include "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;
|
extern char **environ;
|
||||||
|
|
||||||
|
31
mksh.1
31
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: 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 $
|
.\" $OpenBSD: sh.1tbl,v 1.53 2004/12/10 01:56:56 jaredy Exp $
|
||||||
.\"
|
.\"
|
||||||
@@ -5217,15 +5217,42 @@ Privileged shell profile.
|
|||||||
.%D 1993
|
.%D 1993
|
||||||
.%O "ISBN 1-55937-266-9"
|
.%O "ISBN 1-55937-266-9"
|
||||||
.Re
|
.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
|
.Sh AUTHORS
|
||||||
This shell is based on the public domain korn shell.
|
This shell is based on the public domain korn shell.
|
||||||
It has been developed further by the MirOS project
|
It has been developed further by the MirOS project
|
||||||
incorporating changes from the Debian and OpenBSD
|
incorporating changes from the Debian and OpenBSD
|
||||||
projects and suggestions from many people.
|
projects and suggestions from many people.
|
||||||
.Sh BUGS
|
.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
|
Please report bugs in
|
||||||
.Nm
|
.Nm
|
||||||
to the
|
or this manual page to the
|
||||||
.Mx
|
.Mx
|
||||||
development team.
|
development team.
|
||||||
.Pp
|
.Pp
|
||||||
|
Reference in New Issue
Block a user