The following reply was made to PR misc/176886; it has been noted by GNATS.
From: Mateusz Guzik <mjgu...@gmail.com> To: bug-follo...@freebsd.org, i...@bakulin.de Cc: Subject: Re: misc/176886: [PATCH] tail -F file1 file2 > file3 places filenames in file3 incorrectly Date: Tue, 12 Mar 2013 20:25:40 +0100 Hi, just my $0,03. Apparently mapprint uses WR macro which expands to write to STDOUT_FILENO, which explains why data buffered in FILE stdout was not displayed first. I don't know if "\n" at the end of the buffer warrants flushing the stream. In either case, WR is used in several places and I'm not sure what is the correct fix. -- Mateusz Guzik <mjguzik gmail.com> _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"