summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-02 04:21:11 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-02 04:21:11 -0500
commit94952f4135c837fb80ab8fcac89cd9ddb21be326 (patch)
tree61390de6becf74ae9a64324d8eca82c262d54110
parenta67ed2c5e042e79dbc30608f433c970213a280d0 (diff)
downloaddeheader-94952f4135c837fb80ab8fcac89cd9ddb21be326.tar.gz
deheader-94952f4135c837fb80ab8fcac89cd9ddb21be326.tar.bz2
deheader-94952f4135c837fb80ab8fcac89cd9ddb21be326.tar.xz
deheader-94952f4135c837fb80ab8fcac89cd9ddb21be326.zip
Documentation fix.
-rw-r--r--deheader.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deheader.xml b/deheader.xml
index cb954e3..8487238 100644
--- a/deheader.xml
+++ b/deheader.xml
@@ -63,7 +63,7 @@ will be report headers that only declare prototypes and return types
(and thus throw only warnings) as being not required. Under gcc the
compiler options to accomplish this are -Werror -Wfatal-errors. If
your makefile follows normal conventions, running with <command>-m
-CFLAGS='-Werror -Wfatal-errors' </command> may do the right thing; you
+"make CFLAGS='-Werror -Wfatal-errors'" </command> may do the right thing; you
can check this by running with -v -v -v to see what compilation
commands are actually emitted.</para>