summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2022-08-17 18:16:33 (GMT)
committerJan Palus2022-08-17 18:16:33 (GMT)
commite129ff5ef81ca80753c2eed8715e014e0608b7da (patch)
tree04be6311adee761da233c5e3f33bc00c4a46da19
parent81f995ca7701265b2273afda579cb8786db2b8fd (diff)
downloadopenssh-e129ff5ef81ca80753c2eed8715e014e0608b7da.zip
openssh-e129ff5ef81ca80753c2eed8715e014e0608b7da.tar.gz
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
-rw-r--r--openssh.spec2
1 files changed, 1 insertions, 1 deletions
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 \