diff --git a/ChangeLog b/ChangeLog index 1967fbd3b..304165db0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-05-15 Richard Frith-Macdonald + + * Documentation/manual/manual.texi: + * Source/GSSocksParser/GSSocks4Parser.m: + * Source/GSSocksParser/GSSocks5Parser.m: + * Tools/pldes.1: + Trivial fixes based on debian package. + 2016-05-14 Richard Frith-Macdonald * Headers/GNUstepBase/config.h.in: diff --git a/Documentation/manual/manual.texi b/Documentation/manual/manual.texi index 36111d1a8..5f60910be 100644 --- a/Documentation/manual/manual.texi +++ b/Documentation/manual/manual.texi @@ -66,7 +66,6 @@ into another language, under the above conditions for modified versions. @end ifnothtml -@ifinfo @c **Top node and master menu @node Top @top Objective-C Programming Manual @@ -90,7 +89,6 @@ into another language, under the above conditions for modified versions. * Make:: Using the Package to build GNUstep "Objects" @end menu @c **end Top node and master menu -@end ifinfo @page diff --git a/Source/GSSocksParser/GSSocks4Parser.m b/Source/GSSocksParser/GSSocks4Parser.m index 044fb2d04..5b3e82c21 100644 --- a/Source/GSSocksParser/GSSocks4Parser.m +++ b/Source/GSSocksParser/GSSocks4Parser.m @@ -124,14 +124,15 @@ typedef enum GSSocks4ResponseStatus { description = @"identd is not running or not reachable from the server"; break; case GSSocks4ResponseStatusUserNotConfirmed: - description = @"identd could not confirm the user ID string in the request"; + description + = @"identd could not confirm the user ID string in the request"; break; default: description = @"unknown"; break; } description = [NSString stringWithFormat: - @"SOCKS4 connnection failed, reason: %@", description]; + @"SOCKS4 connection failed, reason: %@", description]; return [self errorWithCode: aStatus description: description]; } diff --git a/Source/GSSocksParser/GSSocks5Parser.m b/Source/GSSocksParser/GSSocks5Parser.m index 01f5b22d5..0448c4ab2 100644 --- a/Source/GSSocksParser/GSSocks5Parser.m +++ b/Source/GSSocksParser/GSSocks5Parser.m @@ -126,7 +126,7 @@ typedef enum GSSocks5ResponseStatus { description = @"address type is not supported"; break; default: - description = @"unkown"; + description = @"unknown"; break; } description = [NSString stringWithFormat: diff --git a/Tools/pldes.1 b/Tools/pldes.1 index d29e5b595..2e2bb2a52 100644 --- a/Tools/pldes.1 +++ b/Tools/pldes.1 @@ -16,7 +16,7 @@ pl, pldes, plser, plmerge, plparse, pl2link \- property list tools .BI "pldes " "filename(s)" .nf .BI "plget " "key" [ more keys ] -.nl +.nf .BI "plser " "filename(s)" .nf .BI "plmerge [ " "destination-file" " ] [ " "input-file(s)" " ]"