summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-15 08:43:05 +0200
committerAraq <rumpf_a@web.de>2012-07-15 08:43:05 +0200
commit96be38e79419d646190fa16122804edef7b51f8a (patch)
tree2844b858514c4c0ec863ecf4fa9f81c85e65b552 /doc
parentd2872748c2913ff9139185a42737030f36a46440 (diff)
downloadNim-96be38e79419d646190fa16122804edef7b51f8a.tar.gz
made a test green again
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manual.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 201d7be5e..543d5d3c1 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -3590,10 +3590,8 @@ strings automatically:
 Dynlib pragma for import

 ------------------------

 With the `dynlib`:idx: pragma a procedure can be imported from

-

-a dynamic library (``.dll`` files for Windows, ``lib*.so`` files for UNIX). The

-

-non-optional argument has to be the name of the dynamic library:

+a dynamic library (``.dll`` files for Windows, ``lib*.so`` files for UNIX). 
+The non-optional argument has to be the name of the dynamic library:

 

 .. code-block:: Nimrod

   proc gtk_image_new(): PGtkWidget {.