diff options
-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. |