X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/73b0cd50031a714347109169ceb8bacae338612a..ce57c2fe307e2d866ff0a3c8e3cb4dcd722c4da1:/doc/misc/flymake.texi diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 7f0cd77de5..625e954944 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -28,7 +28,7 @@ developing GNU and promoting software freedom.'' @end quotation @end copying -@dircategory Emacs +@dircategory Emacs misc features @direntry * Flymake: (flymake). A universal on-the-fly syntax checker. @end direntry @@ -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