X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fcilc.1;h=faa351f419cb8783427287a26ff5db3a388378d0;hb=cdf08d685d9893f0bff4309cca0622287dd69bf1;hp=93a3a1b8315ebc8d0f0a4c1ee4682fd8a31a31f0;hpb=7115299185d40fde611a06029a60f6ac3cbe927e;p=mono.git diff --git a/man/cilc.1 b/man/cilc.1 index 93a3a1b8315..faa351f419c 100644 --- a/man/cilc.1 +++ b/man/cilc.1 @@ -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.