summary refs log tree commit diff stats
path: root/doc/manual.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-06-26 17:19:28 +0200
committerAraq <rumpf_a@web.de>2014-06-26 17:19:28 +0200
commit85a1d896c2ccb69d81003673b00ac21b53133b06 (patch)
tree673fdbe85f8291a658282a885d0d80f90d9e230c /doc/manual.txt
parenteed443d4b390b10e710d80619f5a7bc19fefb8d1 (diff)
parentf793523ade7aa48dcf13ede123a0a434e39e54e0 (diff)
downloadNim-85a1d896c2ccb69d81003673b00ac21b53133b06.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn
Conflicts:
	lib/system.nim
Diffstat (limited to 'doc/manual.txt')
-rw-r--r--doc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index c6f50298c..e96e50999 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -5485,7 +5485,7 @@ the argument is missing, the C name is the Nimrod identifier *exactly as
 spelled*:
 
 .. code-block::
-  proc printf(formatstr: cstring) {.importc: "printf", varargs.}
+  proc printf(formatstr: cstring) {.header: "<stdio.h>", importc: "printf", varargs.}
 
 Note that this pragma is somewhat of a misnomer: Other backends will provide
 the same feature under the same name.