Changed \\ to \ in paths for -i command line option
authorDebbie Wiles <debs@dwiles.demon.co.uk>
Fri, 17 May 2002 00:28:47 +0000 (00:28 +0000)
committerDebbie Wiles <debs@dwiles.demon.co.uk>
Fri, 17 May 2002 00:28:47 +0000 (00:28 +0000)
doc/nasmdoc.src

index d4e20c6..a5856d5 100644 (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).