summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebbie Wiles <debs@dwiles.demon.co.uk>2002-05-17 00:28:47 +0000
committerDebbie Wiles <debs@dwiles.demon.co.uk>2002-05-17 00:28:47 +0000
commitce395fe244a1f8e7d67d051a8ff0be59681369f3 (patch)
tree304b68c80acba552c1ba428c9dd2c07dd5e15900
parent7ad24f65818545b6541ad48e33dee40c4be01182 (diff)
downloadnasm-ce395fe244a1f8e7d67d051a8ff0be59681369f3.tar.gz
Changed \\ to \ in paths for -i command line option
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index d4e20c6a..a5856d5a 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -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).