From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id LAA10456 for ; Sun, 23 Jul 1995 11:47:15 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA00714 (5.65c/Gatech-10.0-IDA for ); Sat, 22 Jul 1995 21:43:48 -0400 Received: by math (5.x/SMI-SVR4) id AA27328; Sat, 22 Jul 1995 21:38:43 -0400 Resent-Date: Sat, 22 Jul 1995 17:27:04 +0100 (BST) Old-Return-Path: From: Zefram Message-Id: <7990.199507221627@stone.dcs.warwick.ac.uk> To: zsh-workers@math.gatech.edu (Z Shell workers mailing list) Date: Sat, 22 Jul 1995 17:27:04 +0100 (BST) X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]6018.42 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"R3s6C3.0.wg6.YWQ4m"@math> Resent-From: zsh-workers@math.gatech.edu Subject: Unidentified subject! X-Mailing-List: archive/latest/260 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----BEGIN PGP SIGNED MESSAGE----- Oops, I missed out the man page changes from that last patch: *** 1.1 1995/07/21 21:31:14 --- zshmisc.1 1995/07/22 16:18:52 *************** *** 463,469 **** .PP If the user tries to open a file descriptor for writing more than once, the shell opens the file descriptor as a pipe to a process that copies ! its input to all the specified outputs, similar to tee(1). Thus: .RS .PP .B date >foo >bar --- 463,470 ---- .PP If the user tries to open a file descriptor for writing more than once, the shell opens the file descriptor as a pipe to a process that copies ! its input to all the specified outputs, similar to tee(1), ! unless the \fBNO_MULTIOS\fP option is set. Thus: .RS .PP .B date >foo >bar *************** *** 481,487 **** If the user tries to open a file descriptor for reading more than once, the shell opens the file descriptor as a pipe to a process that copies all the specified inputs to its output in the order ! specified, similar to cat(1). Thus .RS .PP .B sort