mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-09 15:50:59 +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>
|
||||
|
||||
* Source/NSData.m:
|
||||
|
|
|
@ -47,7 +47,7 @@ Prints additional information while processing.
|
|||
Print additional information about unresolved links.
|
||||
.TP
|
||||
.BI -LinksMarker " [xxx]"
|
||||
Only fix links with attribute \fBrel\f\=\fIxxx\fR
|
||||
Only fix links with attribute \fBrel\fR=\fIxxx\fR
|
||||
.TP
|
||||
.B -FixupAllLinks YES
|
||||
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)
|
||||
{
|
||||
NSLog(@"gdnc - unable to register with name server as %@ - quiting.",
|
||||
NSLog(@"gdnc - unable to register with name server as %@ - quitting.",
|
||||
service);
|
||||
DESTROY(self);
|
||||
return self;
|
||||
|
@ -508,7 +508,7 @@ ihandler(int sig)
|
|||
|
||||
if (host == nil)
|
||||
{
|
||||
NSLog(@"gdnc - unknown NSHost argument ... %@ - quiting.", hostname);
|
||||
NSLog(@"gdnc - unknown NSHost argument ... %@ - quitting.", hostname);
|
||||
DESTROY(self);
|
||||
return self;
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ use the
|
|||
.B libpath
|
||||
argument.
|
||||
.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
|
||||
.B path
|
||||
argument.
|
||||
|
|
Loading…
Reference in a new issue