diff options
Diffstat (limited to 'hurd/debugging')
-rw-r--r-- | hurd/debugging/translator/capturing_stdout_and_stderr.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn b/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn index 47fbbc48..c1abc7f9 100644 --- a/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn +++ b/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn @@ -16,7 +16,7 @@ silently dying all the time, without any console output: $ sudo settrans -fgap ↩ /servers/socket/2 ↩ /bin/sh -c 'exec >> /root/pfinet.log 2>&1 && date && ↩ - /hurd/pfinet -i eth0 -a [...]' + /hurd/pfinet -i /dev/eth0 -a [...]' $ [...] $ cat /root/pfinet.log [date] |