regen, sync
This commit is contained in:
45
sh.1tbl
45
sh.1tbl
@ -1,5 +1,5 @@
|
|||||||
.\" $MirBSD: sh.1tbl,v 1.9 2004/08/27 14:26:39 tg Stab $
|
.\" $MirBSD: sh.1tbl,v 1.10 2004/10/28 16:49:48 tg Exp $
|
||||||
.\" _MirBSD: src/bin/ksh/ksh.1tbl,v 1.29 2004/08/27 14:21:42 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 $
|
.\" $OpenBSD: ksh.1tbl,v 1.72 2004/08/07 16:46:58 millert Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1990, 1993
|
.\" Copyright (c) 1980, 1990, 1993
|
||||||
@ -35,7 +35,21 @@
|
|||||||
.\"
|
.\"
|
||||||
.Dd April 7, 2004
|
.Dd April 7, 2004
|
||||||
.Dt SH 1
|
.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
|
.Sh NAME
|
||||||
.Nm sh
|
.Nm sh
|
||||||
.Nd MirOS Bourne shell (derived from pdksh)
|
.Nd MirOS Bourne shell (derived from pdksh)
|
||||||
@ -3837,15 +3851,34 @@ extensions exposed, caution should be used where backwards compatibility with
|
|||||||
traditional Bourne or
|
traditional Bourne or
|
||||||
.Tn POSIX
|
.Tn POSIX
|
||||||
compliant shells is an issue.
|
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
|
.Sh AUTHORS
|
||||||
This shell is based on the public domain 7th edition Bourne shell clone by
|
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,
|
Charles Forsyth and parts of the BRL shell by Doug A. Gwyn, Doug Kingston,
|
||||||
Ron Natalie, Arnold Robbins, Lou Salkind, and others.
|
Ron Natalie, Arnold Robbins, Lou Salkind, and others.
|
||||||
The first release of
|
The first release of
|
||||||
.Nm pdksh
|
.Nm pdksh
|
||||||
was created by Eric Gisin, and it was subsequently maintained by John R.
|
was created by Eric Gisin, and it was subsequently maintained by
|
||||||
MacMillan (change!john@sq.sq.com) and Simon J. Gerraty (sjg@zen.void.oz.au).
|
.An John R. MacMillan Aq change!john@sq.sq.com
|
||||||
The current maintainer is Michael Rendell (michael@cs.mun.ca).
|
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
|
The
|
||||||
.Pa CONTRIBUTORS
|
.Pa CONTRIBUTORS
|
||||||
file in the source distribution contains a more complete list of people and
|
file in the source distribution contains a more complete list of people and
|
||||||
|
@ -4,6 +4,6 @@ description:
|
|||||||
category: pdksh
|
category: pdksh
|
||||||
stdin:
|
stdin:
|
||||||
echo $KSH_VERSION
|
echo $KSH_VERSION
|
||||||
expected-stdout:
|
expected-stdout-pattern:
|
||||||
@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.14 $
|
/PD KSH v5\.2\.14 MirOS \$Revision: 1.15 $ in (native )?KSH mode( as mksh)?/
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user