Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2008-10-01 18:55:01 +0400
committerJb Evain <jbevain@gmail.com>2008-10-01 18:55:01 +0400
commit689e85889c7ae585eef655ab11dcd4c07ce1c79c (patch)
tree63cb659673328a70572034da293cb6c7003eaf92 /man/mono-cil-strip.1
parent63aa2a39ef5878d746c9d943682c9cc017b39632 (diff)
add man page for mono-cil-strip
svn path=/trunk/mono/; revision=114567
Diffstat (limited to 'man/mono-cil-strip.1')
-rw-r--r--man/mono-cil-strip.119
1 files changed, 19 insertions, 0 deletions
diff --git a/man/mono-cil-strip.1 b/man/mono-cil-strip.1
new file mode 100644
index 00000000000..7520479d59d
--- /dev/null
+++ b/man/mono-cil-strip.1
@@ -0,0 +1,19 @@
+.TH "mono-cil-strip" 1
+.SH NAME
+Mono CIL strip
+.SH SYNOPSIS
+.B mono-cil-strip assembly [output-assembly]
+.SH DESCRIPTION
+mono-cil-strip is a tool which takes an assembly, and empty its method bodies.
+This is useful to reduce an assembly size when an assembly has already been
+compiled using Mono's Ahead Of Time compiler (AOT), where the CIL code is no
+longer necessary, but the metadata still is.
+.SH COPYRIGHT
+Copyright (C) 2008 Novell, Inc (http://www.novell.com)
+.SH MAILING LISTS
+Mailing lists are listed at http://www.mono-project.com/Mailing_Lists
+.SH LICENSE
+mono-cil-strip is licensed under the MIT/X11 license. Please read the accompayning
+MIT.X11 file for details.
+.SH SEE ALSO
+.BR monolinker(1),mkbundle(1),mono(1),mcs(1).