Git commit b606f3ea0942a02c3b929096ac10bdcbc53bf956 by Luigi Toscano, on behalf of Maximiliano Curia. Committed on 14/06/2015 at 10:01. Pushed by ltoscano into branch 'master'.
Add docbook information to the manpage The missing date was making ksshaskpass build non reproducible, as the date gets generated. (http://bugs.debian.org/787115) So, this change adds the last modified date, and also the other missing fields that were ending up in visible FIXMEs in the generated manpage. REVIEW: 124006 M +5 -0 doc/man-ksshaskpass.1.docbook http://commits.kde.org/ksshaskpass/b606f3ea0942a02c3b929096ac10bdcbc53bf956 diff --git a/doc/man-ksshaskpass.1.docbook b/doc/man-ksshaskpass.1.docbook index 78f3326..515a1ec 100644 --- a/doc/man-ksshaskpass.1.docbook +++ b/doc/man-ksshaskpass.1.docbook @@ -5,6 +5,11 @@ <!-- lifted from man+troff by doclifter --> <refentry lang="&language;"> +<refentryinfo> +<title>KDE User's Manual</title> +<date>2014-11-07</date> +<productname>ksshaskpass</productname> +</refentryinfo> <refmeta> <refentrytitle>KSSHASKPASS</refentrytitle> <manvolnum>1</manvolnum>
