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/ksh/sh.1tbl | |
parent | 199eb50fea6cd0805a14b01f4acb08b21be919ff (diff) |
Typo; heko@iki.fi
Diffstat (limited to 'bin/ksh/sh.1tbl')
-rw-r--r-- | bin/ksh/sh.1tbl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |