Hi Michael, I'm using a script to collect authors and licensing information for the various manpages. Currently, the script cannot extract meaningful information from lirc.4, because it relies on the information being present before the ".TH" macro. Would you consider this patch? Otherwise, I'll have to make the script more robust ... :-) Regards, Tobias --- man4/lirc.4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man4/lirc.4 b/man4/lirc.4 index c63a3f4..90d31e1 100644 --- a/man4/lirc.4 +++ b/man4/lirc.4 @@ -1,6 +1,3 @@ -.TH LIRC 4 "Aug 2015" "Linux" "Linux Programmer's Manual" - - .\" Copyright (c) 2015, Alec Leamas .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) @@ -23,6 +20,7 @@ .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. .\" %%%LICENSE_END +.TH LIRC 4 "Aug 2015" "Linux" "Linux Programmer's Manual" .SH NAME lirc \- lirc devices .SH DESCRIPTION -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html