Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / cilc.1
index 93a3a1b8315ebc8d0f0a4c1ee4682fd8a31a31f0..faa351f419cb8783427287a26ff5db3a388378d0 100644 (file)
@@ -11,7 +11,7 @@ cilc is the Mono CIL-to-C binding generator. It takes a CIL assembly as input
 and generates a directory of C sources which, when compiled, provide a C
 interface to the classes contained within that assembly by means of a shared
 object library.
-
+.PP
 Generated sources make use of the Mono embedding API. Thus a complete Mono
 development environment must be available on the development system and a
 complete Mono runtime environment must be available on target systems.