All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nroff syntax error in man2/kexec_load.2
@ 2010-11-01 23:13 Denis Barbier
       [not found] ` <AANLkTikqy1T+DSM9DTkj6D61i1vEBvDFZN+a53f56A0o-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Barbier @ 2010-11-01 23:13 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hello,

Here is a trivial patch to fix nroff syntax.
Michael, there is something wrong on your git repository, master
points to 09fa72f instead of d84f58c.


diff --git a/man2/kexec_load.2 b/man2/kexec_load.2
index e0dff72..dc250c4 100644
--- a/man2/kexec_load.2
+++ b/man2/kexec_load.2
@@ -25,7 +25,7 @@
 .SH NAME
 kexec_load \- load a new kernel for later execution
 .SH SYNOPSIS
-.b #include <linux/kexec.h>
+.B #include <linux/kexec.h>
 .br
 .BI "long kexec_load(unsigned long " entry ", unsigned long " nr_segments ","
 .br
--
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 related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nroff syntax error in man2/kexec_load.2
       [not found] ` <AANLkTikqy1T+DSM9DTkj6D61i1vEBvDFZN+a53f56A0o-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-11-04  6:15   ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2010-11-04  6:15 UTC (permalink / raw)
  To: Denis Barbier; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Tue, Nov 2, 2010 at 12:13 AM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hello,
>
> Here is a trivial patch to fix nroff syntax.

Applied for 3.31.

Thanks,

Michael

> Michael, there is something wrong on your git repository, master
> points to 09fa72f instead of d84f58c.
>
>
> diff --git a/man2/kexec_load.2 b/man2/kexec_load.2
> index e0dff72..dc250c4 100644
> --- a/man2/kexec_load.2
> +++ b/man2/kexec_load.2
> @@ -25,7 +25,7 @@
>  .SH NAME
>  kexec_load \- load a new kernel for later execution
>  .SH SYNOPSIS
> -.b #include <linux/kexec.h>
> +.B #include <linux/kexec.h>
>  .br
>  .BI "long kexec_load(unsigned long " entry ", unsigned long " nr_segments ","
>  .br
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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:[~2010-11-04  6:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-01 23:13 [PATCH] nroff syntax error in man2/kexec_load.2 Denis Barbier
     [not found] ` <AANLkTikqy1T+DSM9DTkj6D61i1vEBvDFZN+a53f56A0o-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-04  6:15   ` Michael Kerrisk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.