mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 00:00:50 +00:00
More fixes from Yavor
This commit is contained in:
parent
ef9ad60627
commit
cd231a3efd
4 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2023-07-30 Yavor Doganov <yavor@gnu.org>
|
||||||
|
|
||||||
|
* Tools/HTMLLinker.1: Fix a groff warning.
|
||||||
|
|
||||||
|
2023-07-30 Yavor Doganov <yavor@gnu.org>
|
||||||
|
|
||||||
|
* Tools/gdnc.m ([GDNCServer init]):
|
||||||
|
* Tools/gspath.1: Fix spelling errors.
|
||||||
|
|
||||||
2023-07-26 Frederik Seiffert <frederik@algoriddim.com>
|
2023-07-26 Frederik Seiffert <frederik@algoriddim.com>
|
||||||
|
|
||||||
* Source/NSData.m:
|
* Source/NSData.m:
|
||||||
|
|
|
@ -47,7 +47,7 @@ Prints additional information while processing.
|
||||||
Print additional information about unresolved links.
|
Print additional information about unresolved links.
|
||||||
.TP
|
.TP
|
||||||
.BI -LinksMarker " [xxx]"
|
.BI -LinksMarker " [xxx]"
|
||||||
Only fix links with attribute \fBrel\f\=\fIxxx\fR
|
Only fix links with attribute \fBrel\fR=\fIxxx\fR
|
||||||
.TP
|
.TP
|
||||||
.B -FixupAllLinks YES
|
.B -FixupAllLinks YES
|
||||||
Attempt to fix all links (not only those that are marked with
|
Attempt to fix all links (not only those that are marked with
|
||||||
|
|
|
@ -493,7 +493,7 @@ ihandler(int sig)
|
||||||
{
|
{
|
||||||
if ([conn registerName: service withNameServer: ns] == NO)
|
if ([conn registerName: service withNameServer: ns] == NO)
|
||||||
{
|
{
|
||||||
NSLog(@"gdnc - unable to register with name server as %@ - quiting.",
|
NSLog(@"gdnc - unable to register with name server as %@ - quitting.",
|
||||||
service);
|
service);
|
||||||
DESTROY(self);
|
DESTROY(self);
|
||||||
return self;
|
return self;
|
||||||
|
@ -508,7 +508,7 @@ ihandler(int sig)
|
||||||
|
|
||||||
if (host == nil)
|
if (host == nil)
|
||||||
{
|
{
|
||||||
NSLog(@"gdnc - unknown NSHost argument ... %@ - quiting.", hostname);
|
NSLog(@"gdnc - unknown NSHost argument ... %@ - quitting.", hostname);
|
||||||
DESTROY(self);
|
DESTROY(self);
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@ use the
|
||||||
.B libpath
|
.B libpath
|
||||||
argument.
|
argument.
|
||||||
.P
|
.P
|
||||||
To display the directory search path needed to locate commmand-line programs,
|
To display the directory search path needed to locate command-line programs,
|
||||||
use the
|
use the
|
||||||
.B path
|
.B path
|
||||||
argument.
|
argument.
|
||||||
|
|
Loading…
Reference in a new issue