[update manual entry for CTYPE
John Meacham <john@repetae.net>**20120313005607
 Ignore-this: 8a1c03f1f92e00c503edf78f675bc434
] hunk ./docs/pragmas.mkd 40
-_EXTTYPE_          Specify the external type that a data or newtype should use for foreign function interfaces. 
+_CTYPE_            Specify the external type that a data or newtype should use for foreign function interfaces.
hunk ./docs/pragmas.mkd 42
-                   This pragma must appear in the same file as the type declaration.
-                   Example {-# EXTTYPE CUShort "unsigned short" #-}
+                   Example
+                   ~~~
+                   data {-# CTYPE "unsigned short" #-} CUShort = CUShort Word16
+                   ~~~
hunk ./docs/pragmas.mkd 60
-
-