From 620515ab4e66b45f9440cf04a1fa61869275170f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 30 Apr 2002 20:57:38 +0000 Subject: NASM 0.98p6 --- nasm.1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'nasm.1') diff --git a/nasm.1 b/nasm.1 index 051da48..a69723c 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 -- cgit v1.2.3