Description: Fix man page formatting
 Patch files to avoid messages like:
 .
 W: libconfig-model-openssh-perl: groff-message usr/share/man/man3/Config::Model::models::Ssh.3pm.gz 739: warning [p 7, 0.7i]: can't break line
 .
 The tricks is that 3pm files are generated from pod files which are
 generated from model files (in Perl).
 .
 So this patch is applied on these model files.
Forwarded: on-going
--- a/lib/Config/Model/models/Ssh/HostElement.pl
+++ b/lib/Config/Model/models/Ssh/HostElement.pl
@@ -760,7 +760,7 @@
 gss-curve25519-sha256-
 
 The default is
-\x{201c}gss-group14-sha256-,gss-group16-sha512-,gss-nistp256-sha256-,gss-curve25519-sha256-,gss-gex-sha1-,gss-group14-sha1-\x{201d}.
+\x{201c}gss-group14-sha256-, gss-group16-sha512-, gss-nistp256-sha256-, gss-curve25519-sha256-, gss-gex-sha1-, gss-group14-sha1-\x{201d}.
 This option only applies to connections using GSSAPI.",
         'type' => 'leaf',
         'value_type' => 'uniline'
--- a/lib/Config/Model/models/Sshd.pl
+++ b/lib/Config/Model/models/Sshd.pl
@@ -260,7 +260,7 @@
 gss-curve25519-sha256-
 
 The default is
-\x{201c}gss-group14-sha256-,gss-group16-sha512-,gss-nistp256-sha256-,gss-curve25519-sha256-,gss-gex-sha1-,gss-group14-sha1-\x{201d}.
+\x{201c}gss-group14-sha256-, gss-group16-sha512-, gss-nistp256-sha256-, gss-curve25519-sha256-, gss-gex-sha1-, gss-group14-sha1-\x{201d}.
 This option only applies to connections using GSSAPI.",
         'type' => 'leaf',
         'value_type' => 'uniline'
