git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29086 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-12-01 07:49:38 +00:00
parent 405dbae6f0
commit 925df9eb91

View file

@ -510,7 +510,9 @@ static NSLock *cached_proxies_gate = nil;
* hosts on the local subnet (unless the nameserver is one * hosts on the local subnet (unless the nameserver is one
* that only manages local ports).<br /> * that only manages local ports).<br />
* In the GNUstep implementation, the local host is searched before * In the GNUstep implementation, the local host is searched before
* any other hosts. * any other hosts.<br />
* NB. if the nameserver does not support connections to remote hosts
* (the default situation) the host argeument should be omitted.
* </p> * </p>
* <p> * <p>
* If no NSConnection can be found for <em>name</em> and * If no NSConnection can be found for <em>name</em> and