* sgen.1, Makefile: revised a bit, to not mislead as if the output
were sources. It indeed generates an assembly.
svn path=/trunk/mono/; revision=67844
@@ -55,7 +55,7 @@ Indicates the tool to be more verbose on its progress.
Display command line help.
.SH FEATURES
.TP
-It generates a file which contains a set of classes for custom XML serialization. The output can be precompiled and thus with those classes xml serialization could run faster since it does not have to generate serialization classes dynamically at run time.
+It generates a file which contains a set of classes for custom XML serialization. The resulting classes enable xml serialization faster since it does not have to generate serialization classes dynamically at run time.
.PP
Generated classes are supported only after 2.0 profile.