* [PATCH] init_module.2: ffix
@ 2012-11-06 14:15 David Prévot
[not found] ` <1352211348-13619-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2012-11-06 14:15 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
---
man2/init_module.2 | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/man2/init_module.2 b/man2/init_module.2
index a924ec4..eab48ec 100644
--- a/man2/init_module.2
+++ b/man2/init_module.2
@@ -62,13 +62,20 @@ The kernel parses this string and initializes the specified
parameters.
Each of the parameter specifications has the form:
-.RI " " name [ =value [ ,value ...]]
+.RI " " name [\c
+.BI = value\c
+.RB [ ,\c
+.IR value ...]]
-The parameter name is one of those defined within the module using
+The parameter
+.I name
+is one of those defined within the module using
.IR module_param ()
(see the Linux kernel source file
.IR include/linux/moduleparam.h ).
-The parameter value is optional in the case of
+The parameter
+.I value
+is optional in the case of
.I bool
and
.I invbool
--
1.7.10.4
--
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] 4+ messages in thread
* Re: [PATCH] init_module.2: ffix
[not found] ` <1352211348-13619-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-11-07 12:58 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-11-07 12:58 UTC (permalink / raw)
To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks. Applied.
On Tue, Nov 6, 2012 at 3:15 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
> man2/init_module.2 | 13 ++++++++++---
> 1 file changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/man2/init_module.2 b/man2/init_module.2
> index a924ec4..eab48ec 100644
> --- a/man2/init_module.2
> +++ b/man2/init_module.2
> @@ -62,13 +62,20 @@ The kernel parses this string and initializes the specified
> parameters.
> Each of the parameter specifications has the form:
>
> -.RI " " name [ =value [ ,value ...]]
> +.RI " " name [\c
> +.BI = value\c
> +.RB [ ,\c
> +.IR value ...]]
>
> -The parameter name is one of those defined within the module using
> +The parameter
> +.I name
> +is one of those defined within the module using
> .IR module_param ()
> (see the Linux kernel source file
> .IR include/linux/moduleparam.h ).
> -The parameter value is optional in the case of
> +The parameter
> +.I value
> +is optional in the case of
> .I bool
> and
> .I invbool
> --
> 1.7.10.4
>
--
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] 4+ messages in thread
* [PATCH] init_module.2: ffix
@ 2013-01-30 21:31 David Prévot
[not found] ` <1359581485-3062-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2013-01-30 21:31 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
---
man2/init_module.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/init_module.2 b/man2/init_module.2
index 5b884b3..2215aac 100644
--- a/man2/init_module.2
+++ b/man2/init_module.2
@@ -31,7 +31,7 @@ init_module, finit_module \- load a kernel module
.BI " const char *" param_values );
.BI "int finit_module(int " fd ", const char *" param_values ,
-.BI " int flags );
+.BI " int " flags );
.fi
.IR Note :
--
1.7.10.4
--
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] 4+ messages in thread
* Re: [PATCH] init_module.2: ffix
[not found] ` <1359581485-3062-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-01-30 23:55 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-01-30 23:55 UTC (permalink / raw)
To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks David. Applied.
On Wed, Jan 30, 2013 at 10:31 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
> man2/init_module.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/init_module.2 b/man2/init_module.2
> index 5b884b3..2215aac 100644
> --- a/man2/init_module.2
> +++ b/man2/init_module.2
> @@ -31,7 +31,7 @@ init_module, finit_module \- load a kernel module
> .BI " const char *" param_values );
>
> .BI "int finit_module(int " fd ", const char *" param_values ,
> -.BI " int flags );
> +.BI " int " flags );
> .fi
>
> .IR Note :
> --
> 1.7.10.4
>
--
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] 4+ messages in thread
end of thread, other threads:[~2013-01-30 23:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 21:31 [PATCH] init_module.2: ffix David Prévot
[not found] ` <1359581485-3062-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-01-30 23:55 ` Michael Kerrisk (man-pages)
-- strict thread matches above, loose matches on Subject: below --
2012-11-06 14:15 David Prévot
[not found] ` <1352211348-13619-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-11-07 12:58 ` 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