* [PATCH] lirc.4: srcfix
@ 2016-03-16 19:15 Dr. Tobias Quathamer
[not found] ` <1458155731-10057-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Dr. Tobias Quathamer @ 2016-03-16 19:15 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
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"
-
^ permalink raw reply related [flat|nested] 2+ messages in thread[parent not found: <1458155731-10057-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] lirc.4: srcfix [not found] ` <1458155731-10057-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2016-03-16 22:31 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 2+ messages in thread From: Michael Kerrisk (man-pages) @ 2016-03-16 22:31 UTC (permalink / raw) To: Dr. Tobias Quathamer Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 03/17/2016 08:15 AM, Dr. Tobias Quathamer wrote: > 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 ... :-) Hello Tobias, Thanks. Applied. Cheers, Michael > --- > 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-16 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16 19:15 [PATCH] lirc.4: srcfix Dr. Tobias Quathamer
[not found] ` <1458155731-10057-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2016-03-16 22:31 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).