diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-20 05:47:15 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-20 05:47:15 +0000 |
commit | 33108d6ef7f94e7561076da2bea09d7889a1ea20 (patch) | |
tree | 55bea29c6ac8aae11b3a3df9561140f345b14307 | |
parent | 7d69b165a93fa1040908205ecfb8ab399a668f01 (diff) |
Typo (introduced by me in mdoc conversion of Rev 1.15); d@
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index f9c34814027..1281c08f6d4 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.37 2001/01/16 14:18:39 aaron Exp $ +.\" $OpenBSD: ksh.1,v 1.38 2001/02/20 05:47:14 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2147,7 +2147,7 @@ Some notes concerning co-processes: The only way to close the co-process's input (so the co-process reads an end-of-file) is to redirect the input to a numbered file descriptor and then close that file descriptor (e.g., -.Ic exec 3\&>\&&p\&; exec 3>\&>\&&\&- ) . +.Ic exec 3\&>\&&p\&; exec 3\&>\&&\&- ) . .It In order for co-processes to share a common output, the shell must keep the write portion of the output pipe open. diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 350c6a363bd..467a128c129 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.37 2001/01/16 14:18:39 aaron Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.38 2001/02/20 05:47:14 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2147,7 +2147,7 @@ Some notes concerning co-processes: The only way to close the co-process's input (so the co-process reads an end-of-file) is to redirect the input to a numbered file descriptor and then close that file descriptor (e.g., -.Ic exec 3\&>\&&p\&; exec 3>\&>\&&\&- ) . +.Ic exec 3\&>\&&p\&; exec 3\&>\&&\&- ) . .It In order for co-processes to share a common output, the shell must keep the write portion of the output pipe open. |