2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 14 Nov 2006 13:57:58 +0000 (13:57 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Tue, 14 Nov 2006 13:57:58 +0000 (13:57 -0000)
* 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

man/ChangeLog
man/sgen.1

index 893b452c2e7f1f456f1e0a0a0921eb46eb8e730b..4929da6bb9995a18a070a7d422f988f43b6a72c4 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * sgen.1, Makefile: revised a bit, to not mislead as if the output
+         were sources. It indeed generates an assembly.
+
 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
 
        * sgen.1, Makefile: added manpage for sgen.
index 11e17149c1097a61263e9139ea57f944837d9873..c52bc9148d68563d062df71b289de04ff5c4da81 100644 (file)
@@ -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.
 .SH AUTHOR