diff options
author | Haitao Li 李海涛 <lihaitao@gmail.com> | 2013-02-17 10:50:16 (GMT) |
---|---|---|
committer | Haitao Li 李海涛 <lihaitao@gmail.com> | 2013-02-17 10:50:16 (GMT) |
commit | 5f3429b14d50b0e937e37c546e648b54dd1b9a2d (patch) | |
tree | e73132bc9939297ec2acb37416b948266f4a9573 /doc/manual.asciidoc | |
parent | e6d618556c1a9042af8cc069911dd248246e9e8e (diff) | |
download | Ninja-5f3429b14d50b0e937e37c546e648b54dd1b9a2d.zip Ninja-5f3429b14d50b0e937e37c546e648b54dd1b9a2d.tar.gz Ninja-5f3429b14d50b0e937e37c546e648b54dd1b9a2d.tar.bz2 |
Fix typo in manual
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r-- | doc/manual.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 60439fd..221df47 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -397,7 +397,7 @@ rule cc # If left unspecified, builds get the outer $cflags. build foo.o: cc foo.c -# But you can can shadow variables like cflags for a particular build. +# But you can shadow variables like cflags for a particular build. build special.o: cc special.c cflags = -Wall @@ -636,7 +636,7 @@ across a line break). paths, where a space would otherwise separate filenames. See below.) `$:` :: a colon. (This is only necessary in `build` lines, where a colon -would otherwise terminate the list of inputs.) +would otherwise terminate the list of outputs.) `$$`:: a literal `$`. |