* this is almost mksh R27, bump
* add the O'Reilly books as references
This commit is contained in:
parent
7672b9b346
commit
8297ca20c8
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: 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
|
||||
---
|
||||
|
4
main.c
4
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;
|
||||
|
||||
|
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: 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user