Update man page
authorMiguel de Icaza <miguel@gnome.org>
Sat, 18 Nov 2006 19:15:33 +0000 (19:15 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 18 Nov 2006 19:15:33 +0000 (19:15 -0000)
svn path=/trunk/mono/; revision=68135

man/mono.1

index 9554dc7fae0432f776121c4f340f123b95e32dc9..6f9a561598a9d055e85f95b9efec0aa9a317083c 100644 (file)
@@ -87,6 +87,8 @@ Pre compilation is just a mechanism to reduce startup time, increase
 code sharing across multiple mono processes and avoid just-in-time
 compilation program startup costs.  The original assembly must still
 be present, as the metadata is contained there.
+.Sp
+For more information about AOT, see: http://www.mono-project.com/AOT
 .TP
 .I "--config filename"
 Load the specified configuration file instead of the default one(s).
@@ -902,6 +904,10 @@ http://www.mono-project.com/Mailing_Lists
 .SH WEB SITE
 http://www.mono-project.com
 .SH SEE ALSO
-.BR certmgr(1), mcs(1), mint(1), monodis(1), mono-config(5), mozroots(1), xsp(1).
+.PP
+certmgr(1), mcs(1), mint(1), monodis(1), mono-config(5), mozroots(1), xsp(1).
+.PP
+For more information on AOT:
+http://www.mono-project.com/AOT
 .PP
 For ASP.NET-related documentation, see the xsp(1) manual page