diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-02-12 16:28:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-02-12 16:28:14 +0000 |
commit | 49003099b14671e69c0f6d6af4f2f8d76069305f (patch) | |
tree | ae5511cb9b91ba9d4769535495cb644d0607733c /bin/ksh/ksh.1 | |
parent | 6b8c5f6b55cd4bec2a50e18840ca5dd93c8ab8b9 (diff) |
missing .An macros, based on a patch from Jan Stary <hans at stare dot cz>
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index b5f51a4186b..9759e8a5a8b 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.151 2014/01/28 14:16:59 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.152 2014/02/12 16:28:13 schwarze Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: January 28 2014 $ +.Dd $Mdocdate: February 12 2014 $ .Dt KSH 1 .Os .Sh NAME @@ -5612,14 +5612,25 @@ Privileged shell profile. This page documents version @(#)PD KSH v5.2.14 99/07/13.2 of the public domain Korn shell. .Sh AUTHORS +.An -nosplit 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. +.An Charles Forsyth +and parts of the BRL shell by +.An Doug A. Gwyn , +.An Doug Kingston , +.An Ron Natalie , +.An Arnold Robbins , +.An 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), Simon J. Gerraty (sjg@zen.void.oz.au), -and Michael Rendell (michael@cs.mun.ca). +was created by +.An Eric Gisin , +and it was subsequently maintained by +.An John R. MacMillan Aq Mt change!john@sq.sq.com , +.An Simon J. Gerraty Aq Mt sjg@zen.void.oz.au , +and +.An Michael Rendell Aq Mt michael@cs.mun.ca . The .Pa CONTRIBUTORS file in the source distribution contains a more complete list of people and |