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 | |
parent | 9c7535eea71014bec75f030e4df32391dda2b253 (diff) |
Documentation fixes per PR 1979 by Kaspar Toomik.
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1tbl | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 01db729a723..b0c692cabf9 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.41 2001/06/23 14:42:13 deraadt Exp $ +.\" $OpenBSD: ksh.1,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. 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. diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index ff5e04d2fcd..8b535df2710 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.23 2001/06/23 14:42:13 deraadt Exp $ +.\" $OpenBSD: sh.1,v 1.24 2001/07/31 10:35:10 hugh Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -886,7 +886,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. diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index 10f8350deb8..6363b2c1c16 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.23 2001/06/23 14:42:13 deraadt Exp $ +.\" $OpenBSD: sh.1tbl,v 1.24 2001/07/31 10:35:10 hugh Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -886,7 +886,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. |