Git commit 8f3226f5e35855ebe09aaf3db38650911efc4d6d by Yuri Chornoivan. Committed on 31/05/2013 at 20:39. Pushed by yurchor into branch 'master'.
Fix contrib warning in the man page M +2 -1 doc/man-khangman.6.docbook http://commits.kde.org/khangman/8f3226f5e35855ebe09aaf3db38650911efc4d6d diff --git a/doc/man-khangman.6.docbook b/doc/man-khangman.6.docbook index 8929f18..977a147 100644 --- a/doc/man-khangman.6.docbook +++ b/doc/man-khangman.6.docbook @@ -6,7 +6,8 @@ <refentry lang="&language;"> <refentryinfo> <title>KDE User's Manual</title> -<author><personname><firstname>Ben</firstname><surname>Burton</surname></personname> <email>bab at debian.org</email></author> +<author><firstname>Ben</firstname><surname>Burton</surname> <contrib>&khangman; man page.</contrib> +<email>bab at debian.org</email></author> <date>2010-10-06</date> <productname>K Desktop Environment</productname> </refentryinfo>
