summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-08-16 22:15:39 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-08-16 22:17:51 -0700
commit427b9cae8b0f195cfc4f28151c6d0565980a9ad2 (patch)
treeaa0ad2900100db15476e475d5b5f6d850592c40e /doc
parentf05034fd5809c88d0a27cd2698e8cccca40f13a8 (diff)
downloadnasm-427b9cae8b0f195cfc4f28151c6d0565980a9ad2.tar.gz
nasm: when using -MW, enclose whitespace in double quotes
When using the -MW option, enclose whitespace-containing filenames in double quotes. There are probably quite a few other things we ought to know how to do... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/nasmdoc.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 243fb145..57a9bf0f 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -524,7 +524,8 @@ file has been removed.
This option causes NASM to attempt to quote dependencies according to
Watcom Make conventions rather than POSIX Make conventions (also used
by most other Make variants.) This quotes \c{#} as \c{$#} rather than
-\c{\\#}, and uses \c{&} rather than \c{\\} for continuation lines.
+\c{\\#}, uses \c{&} rather than \c{\\} for continuation lines, and
+encloses filenames containing whitespace in double quotes.
\S{opt-F} The \i\c{-F} Option: Selecting a \i{Debug Information Format}