From cd231a3efdf766e016f045972eb16ce8c7aab5d8 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Tue, 1 Aug 2023 16:37:22 +0100 Subject: [PATCH] More fixes from Yavor --- ChangeLog | 9 +++++++++ Tools/HTMLLinker.1 | 2 +- Tools/gdnc.m | 4 ++-- Tools/gspath.1 | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4edcae75e..2b96a81e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2023-07-30 Yavor Doganov + + * Tools/HTMLLinker.1: Fix a groff warning. + +2023-07-30 Yavor Doganov + + * Tools/gdnc.m ([GDNCServer init]): + * Tools/gspath.1: Fix spelling errors. + 2023-07-26 Frederik Seiffert * Source/NSData.m: diff --git a/Tools/HTMLLinker.1 b/Tools/HTMLLinker.1 index 8d9c51a2a..a42f0deb1 100644 --- a/Tools/HTMLLinker.1 +++ b/Tools/HTMLLinker.1 @@ -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 diff --git a/Tools/gdnc.m b/Tools/gdnc.m index 4e26d0559..571637cdd 100644 --- a/Tools/gdnc.m +++ b/Tools/gdnc.m @@ -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; } diff --git a/Tools/gspath.1 b/Tools/gspath.1 index e85a8d2b0..8ac6ec4b4 100644 --- a/Tools/gspath.1 +++ b/Tools/gspath.1 @@ -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.