Use /dev/null instead of the Windows "nul" in flymake example
[bpt/emacs.git] / doc / misc / flymake.texi
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