Documentation tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17246 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-17 09:27:31 +00:00
parent f64a32dbd1
commit f357f10801
2 changed files with 11 additions and 1 deletions

View file

@ -80,6 +80,15 @@
<subsect>
<heading>User defaults</heading>
<deflist>
<term>GNU-Debug</term>
<desc>
<p>
An array of strings that lists debug levels to be used
within the program. These debug levels are merged with
any which were set on the command line or added programmatically
to the set given by the [NSProcessInfo-debugSet] method.
</p>
</desc>
<term>GSLogSyslog</term>
<desc>
<p>

View file

@ -945,7 +945,8 @@ static BOOL debugTemporarilyDisabled = NO;
/**
* This method returns a set of debug levels set using the
* --GNU-Debug=... command line option.<br />
* --GNU-Debug=... command line option and/or the GNU-Debug
* user default.<br />
* You can modify this set to change the debug logging under
* your programs control ... but such modifications are not
* thread-safe.