Git commit 363f23eaa4bc43ee9707aa5e67e8fbe2829b1d01 by Burkhard Lück. Committed on 14/06/2016 at 19:43. Pushed by lueck into branch 'master'.
fix qt5options + kf5options man section M +2 -2 src/man-template.docbook http://commits.kde.org/kdoctools/363f23eaa4bc43ee9707aa5e67e8fbe2829b1d01 diff --git a/src/man-template.docbook b/src/man-template.docbook index 4d36dc6..338a860 100644 --- a/src/man-template.docbook +++ b/src/man-template.docbook @@ -104,8 +104,8 @@ url="help:/ --commandname-- ">help:/<!--command--></ulink> <userinput><command>khelpcenter</command> <parameter>help:/<!--command--></parameter></userinput>).</member> <!--for man pages replace "help:/" with "man:/" in this member--> -<member>kf5options(1)</member> <!-- only for application with a GUI--> -<member>qt5options(1)</member> <!-- only for application with a GUI--> +<member>kf5options(7)</member> <!-- only for application with a GUI--> +<member>qt5options(7)</member> <!-- only for application with a GUI--> <!--<member>foo(1)</member> more man page references if applicable--> <member>There is also further information available at <!--link to website if applicable--></member> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
