diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-03 19:19:02 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-03 19:19:02 +0000 |
commit | 8b4d0d07c34c057317be9ac3431c01ec9480f41d (patch) | |
tree | cacb70ebce5e2a9157fe9fa8774b27e5ef8d4e41 /bin | |
parent | 199eb50fea6cd0805a14b01f4acb08b21be919ff (diff) |
Typo; heko@iki.fi
Diffstat (limited to 'bin')
-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 b0c692cabf9..0fdbcde04f2 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.42 2001/07/31 10:35:09 hugh Exp $ +.\" $OpenBSD: ksh.1,v 1.43 2001/08/03 19:19:01 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2579,7 +2579,7 @@ special and regular commands. Once the type of the command has been determined, any command-line parameter assignments are performed and exported for the duration of the command. .Pp -The following described the special and regular built-in commands: +The following describes the special and regular built-in commands: .Bl -tag -width Ds .It Ic \&. Ar file Op Ar arg1 ... Execute the commands in diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 94144b3fcf1..1f195acb19a 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.42 2001/07/31 10:35:09 hugh Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.43 2001/08/03 19:19:01 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2579,7 +2579,7 @@ special and regular commands. Once the type of the command has been determined, any command-line parameter assignments are performed and exported for the duration of the command. .Pp -The following described the special and regular built-in commands: +The following describes the special and regular built-in commands: .Bl -tag -width Ds .It Ic \&. Ar file Op Ar arg1 ... Execute the commands in diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 8b535df2710..d5b597ac835 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.24 2001/07/31 10:35:10 hugh Exp $ +.\" $OpenBSD: sh.1,v 1.25 2001/08/03 19:19:01 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2104,7 +2104,7 @@ special and regular commands. Once the type of the command has been determined, any command-line parameter assignments are performed and exported for the duration of the command. .Pp -The following described the special and regular built-in commands: +The following describes the special and regular built-in commands: .Bl -tag -width Ds .It Ic \&. Ar file Op Ar arg1 ... Execute the commands in diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index 6363b2c1c16..a3e104d4eac 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.24 2001/07/31 10:35:10 hugh Exp $ +.\" $OpenBSD: sh.1tbl,v 1.25 2001/08/03 19:19:01 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2104,7 +2104,7 @@ special and regular commands. Once the type of the command has been determined, any command-line parameter assignments are performed and exported for the duration of the command. .Pp -The following described the special and regular built-in commands: +The following describes the special and regular built-in commands: .Bl -tag -width Ds .It Ic \&. Ar file Op Ar arg1 ... Execute the commands in |