Changed \\ to \ in paths for -i command line option

This commit is contained in:
Debbie Wiles 2002-05-17 00:28:47 +00:00
parent 7ad24f6581
commit ce395fe244

View File

@ -552,7 +552,7 @@ current directory, but also in any directories specified on the
command line by the use of the \c{-i} option. Therefore you can
include files from a \i{macro library}, for example, by typing
\c nasm -ic:\\macrolib\\ -f obj myfile.asm
\c nasm -ic:\macrolib\ -f obj myfile.asm
(As usual, a space between \c{-i} and the path name is allowed, and
optional).