[packages/openssh] switch default man page type to doc

atler atler at pld-linux.org
Wed Aug 17 20:20:43 CEST 2022


commit e129ff5ef81ca80753c2eed8715e014e0608b7da
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Aug 17 20:16:33 2022 +0200

    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

 openssh.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/e129ff5ef81ca80753c2eed8715e014e0608b7da



More information about the pld-cvs-commit mailing list