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
path: root/man
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-11-14 16:57:58 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-11-14 16:57:58 +0300
commit4c233f3d0087d593c21377444eebc554751eaec3 (patch)
tree70e7cbde6ad673d6d1e85a6126f949e75e45635e /man
parent3b57aec6ef251e4ffc47e256d281fc6f719983ae (diff)
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. svn path=/trunk/mono/; revision=67844
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog5
-rw-r--r--man/sgen.12
2 files changed, 6 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 893b452c2e7..4929da6bb99 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,5 +1,10 @@
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.
2006-10-03 Dick Porter <dick@ximian.com>
diff --git a/man/sgen.1 b/man/sgen.1
index 11e17149c10..c52bc9148d6 100644
--- a/man/sgen.1
+++ b/man/sgen.1
@@ -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