regen, sync

This commit is contained in:
tg 2004-10-28 16:49:49 +00:00
parent ee2d2797a4
commit 95a80834c9
2 changed files with 41 additions and 8 deletions

45
sh.1tbl
View File

@ -1,5 +1,5 @@
.\" $MirBSD: sh.1tbl,v 1.9 2004/08/27 14:26:39 tg Stab $
.\" _MirBSD: src/bin/ksh/ksh.1tbl,v 1.29 2004/08/27 14:21:42 tg Exp $
.\" $MirBSD: sh.1tbl,v 1.10 2004/10/28 16:49:48 tg Exp $
.\" _MirBSD: src/bin/ksh/ksh.1tbl,v 1.34 2004/10/28 16:49:13 tg Exp $
.\" $OpenBSD: ksh.1tbl,v 1.72 2004/08/07 16:46:58 millert Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@ -35,7 +35,21 @@
.\"
.Dd April 7, 2004
.Dt SH 1
.Os
.Os MirOS
.\" define Mx macro for portable mksh
.de Mx
.nr cF \\n(.f
.nr cZ \\n(.s
.ds aa \&\f\\n(cF\s\\n(cZ
.if \\n(aC==0 \{\
. if \\n(.$==0 \&MirOS\\*(aa
.\}
.if \\n(.$==1 \{\
. if "\\$1"6" \&MirOS #6\\*(aa
. if "\\$1"." \&MirOS\\$1\\*(aa
. if "\\$1"," \&MirOS\\$1\\*(aa
.\}
..
.Sh NAME
.Nm sh
.Nd MirOS Bourne shell (derived from pdksh)
@ -3837,15 +3851,34 @@ extensions exposed, caution should be used where backwards compatibility with
traditional Bourne or
.Tn POSIX
compliant shells is an issue.
.Pp
.Nm mksh
is the common name for the
.Mx
Korn shell installed in
.Pa /bin/mksh
or
.Pa /usr/local/bin/mksh
on foreign systems, installed from the portable mirbsdksh sources at
.Pa http://wiki.mirbsd.de/MirbsdKsh .
.Sh AUTHORS
This shell is based on the public domain 7th edition Bourne shell clone by
Charles Forsyth and parts of the BRL shell by Doug A. Gwyn, Doug Kingston,
Ron Natalie, Arnold Robbins, Lou Salkind, and others.
The first release of
.Nm pdksh
was created by Eric Gisin, and it was subsequently maintained by John R.
MacMillan (change!john@sq.sq.com) and Simon J. Gerraty (sjg@zen.void.oz.au).
The current maintainer is Michael Rendell (michael@cs.mun.ca).
was created by Eric Gisin, and it was subsequently maintained by
.An John R. MacMillan Aq change!john@sq.sq.com
and
.An Simon J. Gerraty Aq sjg@zen.void.oz.au .
The current maintainer is
.An Michael Rendell Aq michael@cs.mun.ca
for the upstream version of
.Nm pdksh
and
.An Thorsten Glaser Aq tg@66h.42h.de
for
.Mx .
The
.Pa CONTRIBUTORS
file in the source distribution contains a more complete list of people and

View File

@ -4,6 +4,6 @@ description:
category: pdksh
stdin:
echo $KSH_VERSION
expected-stdout:
@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.14 $
expected-stdout-pattern:
/PD KSH v5\.2\.14 MirOS \$Revision: 1.15 $ in (native )?KSH mode( as mksh)?/
---