diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-28 15:36:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-28 15:36:09 +0000 |
commit | e36ebabebfc6aa67fc38a868df5f1de47cc1bc7b (patch) | |
tree | 1a6fc00fb8c7844a491318e597ad126d48df94ac /bin/ksh/sh.1 | |
parent | c44ae37eae66cfb19fd19b728ea9035600ad27ca (diff) |
Various fixes; mpech@prosoft.org.lv
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 5fd073dd671..09b0ea3d88d 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.21 2001/04/12 02:51:10 aaron Exp $ +.\" $OpenBSD: sh.1,v 1.22 2001/05/28 15:36:08 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,7 @@ .Xc .Op Ar argument ... Oc .Sh DESCRIPTION -.Nm sh +.Nm is a reimplementation of the Bourne shell, a command interpreter for both interactive and script use. .Ss Shell startup @@ -3714,7 +3714,7 @@ signal and the shell exits. .%O "ISBN 1-55937-266-9" .Re .Sh NOTES -.Nm sh +.Nm is implemented as a run-time option of .Nm pdksh , with only those |