summaryrefslogtreecommitdiff
path: root/hurd/debugging
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-07-30 14:43:39 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-07-30 14:44:13 +0200
commitf62168322c30b358c2eab478e98b72579a611de4 (patch)
tree795f0c400d507818c7fdc765837b167541c0a464 /hurd/debugging
parent5a4a939a80c4c2a8d456923e39b40f7ce2baec03 (diff)
open_issues/translator_stdout_stderr: New.
Diffstat (limited to 'hurd/debugging')
-rw-r--r--hurd/debugging/translator/capturing_stdout_and_stderr.mdwn7
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]].