emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105230: Use /dev/null instead of the


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105230: Use /dev/null instead of the Windows "nul" in flymake example
Date: Fri, 15 Jul 2011 15:59:53 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105230
fixes bug(s): http://debbugs.gnu.org/8715
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-15 15:59:53 +0200
message:
  Use /dev/null instead of the Windows "nul" in flymake example
modified:
  doc/misc/ChangeLog
  doc/misc/flymake.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-07-14 14:10:51 +0000
+++ b/doc/misc/ChangeLog        2011-07-15 13:59:53 +0000
@@ -1,3 +1,8 @@
+2011-07-15  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * 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  <address@hidden>
 
        * widget.texi (Setting Up the Buffer): Remove mention of the

=== modified file 'doc/misc/flymake.texi'
--- a/doc/misc/flymake.texi     2011-02-19 19:40:59 +0000
+++ b/doc/misc/flymake.texi     2011-07-15 13:59:53 +0000
@@ -483,7 +483,7 @@
 
 @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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]