From: Jan Palus Date: Wed, 17 Aug 2022 18:16:33 +0000 (+0200) Subject: switch default man page type to doc X-Git-Tag: auto/th/openssh-9.1p1-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssh.git;a=commitdiff_plain;h=e129ff5ef81ca80753c2eed8715e014e0608b7da switch default man page type to doc appears to be preferred by configure script but not really sure what is exact difference between types. the drawback of "man" type is wrong handling of .Qq and .Dl macros ie in ssh_config(5): For example, Qq *.a.example.com:*.b.example.com,*.c.example.com will allow Dl Host *.co.uk --- diff --git a/openssh.spec b/openssh.spec index f180c8a..e5ff5bb 100644 --- a/openssh.spec +++ b/openssh.spec @@ -595,7 +595,7 @@ CPPFLAGS="%{rpmcppflags} -DCHROOT -std=gnu99" --with-ldap%{!?with_ldap:=no} \ %{?with_ldns:--with-ldns} \ %{?with_libedit:--with-libedit} \ - --with-mantype=man \ + --with-mantype=doc \ --with-md5-passwords \ --with-pam \ --with-pid-dir=%{_localstatedir}/run \