diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 20:55:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 00:04:11 -0300 |
commit | a292b3188c984322f7c637a47becee8992e5b890 (patch) | |
tree | a04955cceb3f28f600b02d4fbb938ffd0e46872e /community/motif/10-fix_manpage-has-bad-whatis-entry.patch | |
parent | c139106d007b240615bf90f5a66fb7556a918a99 (diff) | |
download | aports-a292b3188c984322f7c637a47becee8992e5b890.tar.bz2 aports-a292b3188c984322f7c637a47becee8992e5b890.tar.xz |
community/motif: move from main
Diffstat (limited to 'community/motif/10-fix_manpage-has-bad-whatis-entry.patch')
-rw-r--r-- | community/motif/10-fix_manpage-has-bad-whatis-entry.patch | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/community/motif/10-fix_manpage-has-bad-whatis-entry.patch b/community/motif/10-fix_manpage-has-bad-whatis-entry.patch new file mode 100644 index 0000000000..cf51d1fa3d --- /dev/null +++ b/community/motif/10-fix_manpage-has-bad-whatis-entry.patch @@ -0,0 +1,49 @@ +Description: lintian reports bad whatis entries in manpages. Fixing here +Author: Paul Gevers <elbrus@debian.org> +Forwarded: http://bugs.motifzone.net/show_bug.cgi?id=1590 +Last-reviewed: 17 Feb 2013 + +--- a/doc/man/man3/XmColorSelector.3 ++++ b/doc/man/man3/XmColorSelector.3 +@@ -1,7 +1,7 @@ + .DT + .TH XmColorSelector 3X "" + .SH NAME +-The Color Selector widget ++XmColorSelector \- The Color Selector widget + .SH SYNOPSIS + #include <Xm/ColorS.h> + .SH DESCRIPTION +--- a/doc/man/man3/XmExt18List.3 ++++ b/doc/man/man3/XmExt18List.3 +@@ -1,7 +1,7 @@ + .DT + .TH XxExt18LIst 3x "" + .SH NAME +-The Internationalized Extended List widget ++XmExt18List \- The Internationalized Extended List widget + .SH SYNOPSIS + #include <Xm/Ext18List.h> + .SH DESCRIPTION +--- a/doc/man/man3/XmFontSelector.3 ++++ b/doc/man/man3/XmFontSelector.3 +@@ -1,7 +1,7 @@ + .DT + .TH XmFontSelector 3X "" + .SH NAME +-The Font Selector widget ++XmFontSelector \- The Font Selector widget + .SH SYNOPSIS + #include <Xm/FontS.h> + .SH DESCRIPTION +--- a/doc/man/man3/XmIconButton.3 ++++ b/doc/man/man3/XmIconButton.3 +@@ -1,7 +1,7 @@ + .DT + .TH XmIconButton 3X "15 July 1992" + .SH NAME +-The Icon Button widget ++XmIconButton \- The Icon Button widget + .SH SYNOPSIS + Documents the XmIconButton widget + .SH DESCRIPTION |