summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-28 15:20:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-28 15:20:33 +0000
commita64e99aa2d2367702479964f5f1f19f67e8bff35 (patch)
tree7a91fd5596d55928d5897b702094b213ac5affe4 /bin/ksh/sh.1
parent9741864d00abff4a1f2a902d239931d5b43cffc3 (diff)
standard section order;
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r--bin/ksh/sh.128
1 files changed, 14 insertions, 14 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 388863199bd..558813d0652 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.37 2003/10/22 19:57:32 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.38 2003/10/28 15:20:32 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -3787,6 +3787,19 @@ extensions exposed, caution should be used where backwards compatibility with
traditional Bourne or
.Tn POSIX
compliant shells is an issue.
+.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).
+The
+.Pa CONTRIBUTORS
+file in the source distribution contains a more complete list of people and
+their part in the shell's development.
.Sh BUGS
Any bugs in
.Nm pdksh
@@ -3819,16 +3832,3 @@ echo hi | read a; echo $a\ \ \ # Does not print hi
.Ed
.Pp
I'm aware of this and there is no need to report it.
-.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).
-The
-.Pa CONTRIBUTORS
-file in the source distribution contains a more complete list of people and
-their part in the shell's development.