Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:251b41cd220feac09b5fb56522f7ddc87001bde1
Author...:karl <>
Committer:karl <>
Date.....:Tue Dec 12 02:01:11 2006 +0000
Parents..:9c3f98c3010d4f406f1138a8b0c586a116459e55

Message
[project @ 2006-12-12 02:01:11 by karl]
/dev/full, not /dev/null. Report from Reinder
Verlinde, 10 Dec 2006 11:33:26 +0100.

Changes
diff --git a/src/hello.c b/src/hello.c
line changes: +1/-1
index 9bfbc88..346fd5b
--- a/src/hello.c
+++ b/src/hello.c
@@ -56,7 +56,7 @@ main (int argc, char *argv[])
 
   /* Even exiting has subtleties.  The /dev/full device on GNU/Linux
      can be used for testing whether writes are checked properly.  For
-     instance, hello >/dev/null should exit unsuccessfully.  On exit,
+     instance, hello >/dev/full should exit unsuccessfully.  On exit,
      if any writes failed, change the exit status.  This is
      implemented in the Gnulib module "closeout".  */
   atexit (close_stdout);

This website is licensed under AGPL-3.0. Feel free to copy!