summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorklaufir <klaufir@hotmail.com>2014-06-03 08:07:27 +0200
committerklaufir <klaufir@hotmail.com>2014-06-03 08:07:27 +0200
commit24c00440464edb68277fd5bc4f90caa0ad11c988 (patch)
tree81855be7cec2779c349580b79257deb2a0275c04 /doc
parent56a912fb2a6d7cf3723b0ec5e5af1967ea583657 (diff)
downloadNim-24c00440464edb68277fd5bc4f90caa0ad11c988.tar.gz
header pragma set to '<stdio.h>' in importc section
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 57cf39765..3af41faec 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) {.header: "stdio.h", 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.