diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-16 15:14:13 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-16 15:14:13 +0200 |
commit | 15a58391abdcb2d8e45b702ca04100b924eca5ef (patch) | |
tree | 311deff53b670186ed76d4db206eb4da062cd3aa /hurd | |
parent | b478a681577dccffbc8702063529898036b8f644 (diff) |
Tag this as open_issue_hurd with some explanatory text.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/debugging/translator/capturing_stdout_and_stderr.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn b/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn index 71eb5c1e..1e8c4ef6 100644 --- a/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn +++ b/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn @@ -32,3 +32,7 @@ for appropriate `fflush`es on these, or force them to be line buffered again using the appropriate glibc magic (`setvbuf`). Otherwise you'll see text in the output files only if either glibc herself decides to flush (after some KiB of text) the after translator exits. + +It is a [[!taglink open_issue_hurd]] to decide / implement / fix that +(all?) running (passive?) translators' output should show up on the +console / syslog. |