2
0
Эх сурвалжийг харах

2006-11-14 Atsushi Enomoto <[email protected]>

	* 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
Atsushi Eno 19 жил өмнө
parent
commit
4c233f3d00
2 өөрчлөгдсөн 6 нэмэгдсэн , 1 устгасан
  1. 5 0
      man/ChangeLog
  2. 1 1
      man/sgen.1

+ 5 - 0
man/ChangeLog

@@ -1,3 +1,8 @@
+2006-11-14  Atsushi Enomoto  <[email protected]>
+
+	* 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  <[email protected]>
 
 	* sgen.1, Makefile: added manpage for sgen.

+ 1 - 1
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