diff options
author | Araq <rumpf_a@web.de> | 2012-07-15 08:43:05 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-15 08:43:05 +0200 |
commit | 96be38e79419d646190fa16122804edef7b51f8a (patch) | |
tree | 2844b858514c4c0ec863ecf4fa9f81c85e65b552 /doc | |
parent | d2872748c2913ff9139185a42737030f36a46440 (diff) | |
download | Nim-96be38e79419d646190fa16122804edef7b51f8a.tar.gz |
made a test green again
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/manual.txt | 6 |
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 {. |