From ec74b515aa96a2dedc8f10f76df91baf6a62fde9 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sun, 19 Jul 2026 04:13:30 +0300
Subject: [PATCH 25/25] Remove double spaces from man pages

See RM #2079

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 doc/man/freeciv-client.6.in  | 14 +++++++-------
 doc/man/freeciv-ruledit.6.in |  2 +-
 doc/man/freeciv-server.6.in  | 12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/doc/man/freeciv-client.6.in b/doc/man/freeciv-client.6.in
index ab9a4e391d..8dc415f980 100644
--- a/doc/man/freeciv-client.6.in
+++ b/doc/man/freeciv-client.6.in
@@ -128,7 +128,7 @@ option. Acceptable values for the \fIlevel\fP are:
 
 .TP
 .BI "\-F [ \fIsignal_number\fP ], \-\-Fatal [ \fIsignal_number\fP ]"
-Raise a custom signal on failed assertion.  If \fIsignal_number\fP is not
+Raise a custom signal on failed assertion. If \fIsignal_number\fP is not
 specified, then the ABRT signal will be used.
 .TP
 .BI "\-f \fIfilename\fP, \-\-file \fIfilename\fP"
@@ -141,9 +141,9 @@ Prints a short summary of the standard command line options.
 .BI "\-l \fIfilename\fP, \-\-log \fIfilename\fP"
 Defines a log file, \fIfilename\fP, to be produced during processing. Use the
 .I \-d
-option to set how much is logged.  By default, fatal, error, warning, and normal
-messages are printed to standard output.  With a log file, such messages go
-to the log instead.  If \fIfilename\fP already exists, it is appended to.
+option to set how much is logged. By default, fatal, error, warning, and normal
+messages are printed to standard output. With a log file, such messages go
+to the log instead. If \fIfilename\fP already exists, it is appended to.
 .TP
 .BI "\-M \fIURL\fP, \-\-Meta \fIURL\fP"
 Specifies the \fIURL\fP of the metaserver to connect to. A metaserver is a
@@ -161,7 +161,7 @@ Specifies the server \fIport\fP to connect to. By default this is 5556, if in
 doubt ask the server administrator.
 .TP
 .BI "\-P \fIstring\fP, \-\-Plugin \fIstring\fP"
-Specifies the plugin to use for sound output.  Available options  for
+Specifies the plugin to use for sound output. Available options  for
 \fIstring\fP are:
 
 \fBnone\fP
@@ -213,7 +213,7 @@ All parameters following this \fI\-\-\fP will be considered as client-specific
 parameters.
 .TP
 .BI "\-\- \-f, \-\- \-\-fullscreen"
-Starts the client in full screen mode.  Only implemented in the
+Starts the client in full screen mode. Only implemented in the
 \fBfreeciv-sdl2\fP and \fBfreeciv-sdl3\fP clients.
 .TP
 .BI "\-\- \-h, \-\- \-\-help"
@@ -288,7 +288,7 @@ data directories. By default Freeciv looks in the following directories,
 in order, for any data files: the current directory; the "data" subdirectory
 of the current directory; the subdirectory ".freeciv/@DATASUBDIR@" in the user's
 home directory; and the directory where the files are placed by running
-"make install".  If not set,
+"make install". If not set,
 .BI FREECIV_SAVE_PATH
 A colon separated list of directories pointing to the
 .B freeciv
diff --git a/doc/man/freeciv-ruledit.6.in b/doc/man/freeciv-ruledit.6.in
index 2b9d4867dd..af97fd63f5 100644
--- a/doc/man/freeciv-ruledit.6.in
+++ b/doc/man/freeciv-ruledit.6.in
@@ -33,7 +33,7 @@ Acceptable values for the \fIlevel\fP are:
 
 .TP
 .BI "\-F [ \fIsignal_number\fP ], \-\-Fatal [ \fIsignal_number\fP ]"
-Raise a custom signal on failed assertion.  If \fIsignal_number\fP is not
+Raise a custom signal on failed assertion. If \fIsignal_number\fP is not
 specified, then the ABRT signal will be used.
 
 .TP
diff --git a/doc/man/freeciv-server.6.in b/doc/man/freeciv-server.6.in
index 356625e500..a0f1ded50c 100644
--- a/doc/man/freeciv-server.6.in
+++ b/doc/man/freeciv-server.6.in
@@ -126,7 +126,7 @@ distribution for details of its format.
 When a game ends, exit instead of restarting.
 .TP
 .BI "\-F [ \fIsignal_number\fP ], \-\-Fatal [ \fIsignal_number\fP ]"
-Raise a custom signal on failed assertion.  If \fIsignal_number\fP is not
+Raise a custom signal on failed assertion. If \fIsignal_number\fP is not
 specified, then the ABRT signal will be used.
 .TP
 .BI "\-f \fIfilename\fP, \-\-file \fIfilename\fP"
@@ -165,7 +165,7 @@ Allow guests to login as 'guest' when authentication is enabled.
 Prints out a description of the command line options and exits.
 .TP
 .BI "\-i \fIaddress\fP, \-\-identity \fIaddress\fP"
-Reports the \fIaddress\fP to the metaserver.  Then, the metaserver will use
+Reports the \fIaddress\fP to the metaserver. Then, the metaserver will use
 this address to redirect the users.
 .TP
 .BI "\-L \fImodule\fP, \-\-LoadAI \fImodule\fP"
@@ -175,9 +175,9 @@ modules.
 .BI "\-l \fIfilename\fP, \-\-log \fIfilename\fP"
 Defines a log file, \fIfilename\fP, to be produced during processing. Use the
 .I \-d
-option to set how much is logged.  By default, fatal, error, warning, and normal
-messages are printed to standard output.  With a log file, such messages go
-to the log instead.  If \fIfilename\fP already exists, it is appended to.
+option to set how much is logged. By default, fatal, error, warning, and normal
+messages are printed to standard output. With a log file, such messages go
+to the log instead. If \fIfilename\fP already exists, it is appended to.
 .TP
 .BI "\-M \fIaddress\fP, \-\-Metaserver \fIaddress\fP"
 Specifies the \fIaddress\fP of the metaserver to send your server's information
@@ -353,7 +353,7 @@ data directories. By default Freeciv looks in the following directories,
 in order, for any data files: the current directory; the "data" subdirectory
 of the current directory; the subdirectory ".freeciv/@DATASUBDIR@" in the user's
 home directory; and the directory where the files are placed by running
-"make install".  If not set,
+"make install". If not set,
 .BI FREECIV_SAVE_PATH
 A colon separated list of directories pointing to the
 .B freeciv
-- 
2.53.0

