diff options
Diffstat (limited to 'hurd/debugging/translator')
-rw-r--r-- | hurd/debugging/translator/capturing_stdout_and_stderr.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn b/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn index 1e8c4ef6..b7cfc3c9 100644 --- a/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn +++ b/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -33,6 +34,4 @@ 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. +There is also a [[related open issue|open_issues/translator_stdout_stderr]]. |