summaryrefslogtreecommitdiff
path: root/nasm.1
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:38 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:38 +0000
commit620515ab4e66b45f9440cf04a1fa61869275170f (patch)
tree4acce4f19447ce789254e3ba213d894481a76adc /nasm.1
parentcd08b15c28d27843722fc26cdf6f77f9082efe62 (diff)
downloadnasm-620515ab4e66b45f9440cf04a1fa61869275170f.tar.gz
NASM 0.98p6nasm-0.98p6
Diffstat (limited to 'nasm.1')
-rw-r--r--nasm.114
1 files changed, 14 insertions, 0 deletions
diff --git a/nasm.1 b/nasm.1
index 051da482..a69723cb 100644
--- a/nasm.1
+++ b/nasm.1
@@ -53,6 +53,20 @@ to preprocess the given input file, and write the output to
(or the specified output file name), and not actually assemble
anything.
.TP
+.B \-M
+Causes
+.B nasm
+to output Makefile-style dependencies to stdout; normal output is
+suppressed.
+.TP
+.BI \-E " filename"
+Causes
+.B nasm
+to redirect error messages to
+.IR filename .
+This option exists to support operating systems on which stderr is not
+easily redirected.
+.TP
.BI \-r
Causes
.B nasm