diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-07-31 10:35:11 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-07-31 10:35:11 +0000 |
commit | 47ea2d5e1d26b1b81e719dcc262a65b688c20472 (patch) | |
tree | f0cecf9dbffa4b438d5d29df23cb29cfc6377641 /bin/ksh/ksh.1tbl | |
parent | 9c7535eea71014bec75f030e4df32391dda2b253 (diff) |
Documentation fixes per PR 1979 by Kaspar Toomik.
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 169d01e6603..94144b3fcf1 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.41 2001/06/23 14:42:13 deraadt Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.42 2001/07/31 10:35:09 hugh Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1056,7 +1056,7 @@ or .Pc is set, in which case an error occurs. .Pp -Parameters can be assigned valued in a number of ways. +Parameters can be assigned values in a number of ways. First, the shell implicitly sets some parameters like .Ic # , PWD , etc.; this is the only way the special single character parameters are set. |