Use /dev/null instead of the Windows "nul" in flymake example
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 15 Jul 2011 13:59:53 +0000 (15:59 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 15 Jul 2011 13:59:53 +0000 (15:59 +0200)
Fixes: debbugs:8715

doc/misc/ChangeLog
doc/misc/flymake.texi

index 38cbaaf..d64980b 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * flymake.texi (Example -- Configuring a tool called via make):
+       Use /dev/null instead of the Windows "nul" (bug#8715).
+
 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * widget.texi (Setting Up the Buffer): Remove mention of the
index 74cf3d6..625e954 100644 (file)
@@ -483,7 +483,7 @@ our case this target might look like this:
 
 @verbatim
 check-syntax:
-       gcc -o nul -S ${CHK_SOURCES}
+       gcc -o /dev/null -S ${CHK_SOURCES}
 @end verbatim
 
 The format of error messages reported by @code{gcc} is already