]> git.pld-linux.org Git - packages/openssh.git/commitdiff
switch default man page type to doc
authorJan Palus <atler@pld-linux.org>
Wed, 17 Aug 2022 18:16:33 +0000 (20:16 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 17 Aug 2022 18:16:33 +0000 (20:16 +0200)
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

index f180c8a6e0e0917040ceabcb65dd435fa8ac6bee..e5ff5bb78db00923244fb9eee66bc7f1328428a0 100644 (file)
@@ -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 \
This page took 0.079392 seconds and 4 git commands to generate.