Author: nicko
Date: Thu Mar  2 07:08:42 2006
New Revision: 382402

URL: http://svn.apache.org/viewcvs?rev=382402&view=rev
Log:
Fixed typos in doc comments. Added doc comment on how to override the NullText 
and NotAvailableText values.

Modified:
    logging/log4net/trunk/src/Util/SystemInfo.cs

Modified: logging/log4net/trunk/src/Util/SystemInfo.cs
URL: 
http://svn.apache.org/viewcvs/logging/log4net/trunk/src/Util/SystemInfo.cs?rev=382402&r1=382401&r2=382402&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/SystemInfo.cs (original)
+++ logging/log4net/trunk/src/Util/SystemInfo.cs Thu Mar  2 07:08:42 2006
@@ -1,6 +1,6 @@
 #region Copyright & License
 //
-// Copyright 2001-2005 The Apache Software Foundation
+// Copyright 2001-2006 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -387,7 +387,12 @@
                /// <remarks>
                /// <para>
                /// Use this value to indicate a <c>null</c> has been 
encountered while
-               /// outputing a string representation of an item.
+               /// outputting a string representation of an item.
+               /// </para>
+               /// <para>
+               /// The default value is <c>(null)</c>. This value can be 
overridden by specifying
+               /// a value for the <c>log4net.NullText</c> appSetting in the 
application's
+               /// .config file.
                /// </para>
                /// </remarks>
                public static string NullText
@@ -403,6 +408,11 @@
                /// <para>
                /// Use this value when an unsupported feature is requested.
                /// </para>
+               /// <para>
+               /// The default value is <c>NOT AVAILABLE</c>. This value can 
be overridden by specifying
+               /// a value for the <c>log4net.NotAvailableText</c> appSetting 
in the application's
+               /// .config file.
+               /// </para>
                /// </remarks>
                public static string NotAvailableText
                {
@@ -826,7 +836,7 @@
                /// <returns>the value for the key, or <c>null</c></returns>
                /// <remarks>
                /// <para>
-               /// Configuration APIs are not suported under the Compact 
Framework
+               /// Configuration APIs are not supported under the Compact 
Framework
                /// </para>
                /// </remarks>
                public static string GetAppSetting(string key)


Reply via email to