All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] msgop.2: tfix
@ 2016-02-02 20:50 Jakub Wilk
       [not found] ` <1454446248-448-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2016-02-02 20:50 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man2/msgop.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/msgop.2 b/man2/msgop.2
index ba3830f..1dff1ef 100644
--- a/man2/msgop.2
+++ b/man2/msgop.2
@@ -430,7 +430,7 @@ the process caught a signal; see
 .BR signal (7).
 .TP
 .B EINVAL
-.I msgqid
+.I msgid
 was invalid, or
 .I msgsz
 was less than 0.
-- 
2.7.0

--
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] 10+ messages in thread

* [PATCH 2/5] kexec_load.2: tfix
       [not found] ` <1454446248-448-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-02-02 20:50   ` Jakub Wilk
       [not found]     ` <1454446248-448-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-02-02 20:50   ` [PATCH 3/5] perf_event_open.2: tfix Jakub Wilk
                     ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2016-02-02 20:50 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man2/kexec_load.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/kexec_load.2 b/man2/kexec_load.2
index 2509e2c..ad47a72 100644
--- a/man2/kexec_load.2
+++ b/man2/kexec_load.2
@@ -60,7 +60,7 @@ The following values can be specified in
 Execute the new kernel automatically on a system crash.
 This "crash kernel" is loaded into an area of reserved memory that
 is determined at boot time using the
-.I craskkernel
+.I crashkernel
 kernel command-line parameter.
 The location of this reserved memory is exported to user space via the
 .I /proc/iomem
-- 
2.7.0

--
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] 10+ messages in thread

* [PATCH 3/5] perf_event_open.2: tfix
       [not found] ` <1454446248-448-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-02-02 20:50   ` [PATCH 2/5] kexec_load.2: tfix Jakub Wilk
@ 2016-02-02 20:50   ` Jakub Wilk
       [not found]     ` <1454446248-448-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-02-02 20:50   ` [PATCH 4/5] futex.2: tfix Jakub Wilk
                     ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2016-02-02 20:50 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man2/perf_event_open.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index 152bc5c..317ecbe 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -362,7 +362,7 @@ in Linux 3.19.
 .\" commit 60e2364e60e86e81bc6377f49779779e6120977f
 .B PERF_ATTR_SIZE_VER5
 is 112 corresponding to the addition of
-.I aux_watermak
+.I aux_watermark
 in Linux 4.1.
 .\" commit 1a5941312414c71dece6717da9a0fa1303127afa
 .TP
-- 
2.7.0

--
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] 10+ messages in thread

* [PATCH 4/5] futex.2: tfix
       [not found] ` <1454446248-448-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-02-02 20:50   ` [PATCH 2/5] kexec_load.2: tfix Jakub Wilk
  2016-02-02 20:50   ` [PATCH 3/5] perf_event_open.2: tfix Jakub Wilk
@ 2016-02-02 20:50   ` Jakub Wilk
       [not found]     ` <1454446248-448-4-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-02-02 20:50   ` [PATCH 5/5] wavelan.4: tfix Jakub Wilk
  2016-02-03  7:25   ` [PATCH 1/5] msgop.2: tfix Michael Kerrisk (man-pages)
  4 siblings, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2016-02-02 20:50 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man2/futex.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/futex.2 b/man2/futex.2
index 7cf0d0b..4876b97 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -199,7 +199,7 @@ The
 .I futex_op
 argument consists of two parts:
 a command that specifies the operation to be performed,
-bit-wise ORed with zero or or more options that
+bit-wise ORed with zero or more options that
 modify the behaviour of the operation.
 The options that may be included in
 .I futex_op
@@ -456,7 +456,7 @@ ordered with respect to other operations on the same futex word.
 
 Typical values to specify for
 .I val
-are 0 or or 1.
+are 0 or 1.
 (Specifying
 .BR INT_MAX
 is not useful, because it would make the
-- 
2.7.0

--
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] 10+ messages in thread

* [PATCH 5/5] wavelan.4: tfix
       [not found] ` <1454446248-448-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (2 preceding siblings ...)
  2016-02-02 20:50   ` [PATCH 4/5] futex.2: tfix Jakub Wilk
@ 2016-02-02 20:50   ` Jakub Wilk
       [not found]     ` <1454446248-448-5-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-02-03  7:25   ` [PATCH 1/5] msgop.2: tfix Michael Kerrisk (man-pages)
  4 siblings, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2016-02-02 20:50 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man4/wavelan.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man4/wavelan.4 b/man4/wavelan.4
index ebc4100..3ebdb7c 100644
--- a/man4/wavelan.4
+++ b/man4/wavelan.4
@@ -118,7 +118,7 @@ This distribution might be used to calculate the mean value
 and standard deviation of the signal level.
 .SS Specific notes
 This driver will fail to detect some
-.B non-NCR/ATT&T/Lucent
+.B non-NCR/AT&T/Lucent
 Wavelan cards.
 If this happens for you, you must look in the source code on
 how to add your card to the detection routine.
-- 
2.7.0

--
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] 10+ messages in thread

* Re: [PATCH 1/5] msgop.2: tfix
       [not found] ` <1454446248-448-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (3 preceding siblings ...)
  2016-02-02 20:50   ` [PATCH 5/5] wavelan.4: tfix Jakub Wilk
@ 2016-02-03  7:25   ` Michael Kerrisk (man-pages)
  4 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-03  7:25 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hi Jakub,

On 02/02/2016 09:50 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
>  man2/msgop.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/msgop.2 b/man2/msgop.2
> index ba3830f..1dff1ef 100644
> --- a/man2/msgop.2
> +++ b/man2/msgop.2
> @@ -430,7 +430,7 @@ the process caught a signal; see
>  .BR signal (7).
>  .TP
>  .B EINVAL
> -.I msgqid
> +.I msgid

Thanks for spotting the problem, but the replacement 
text should be "msqid". (Yes, completely inconsistent,
but it's historical.)

Cheers,

Michael

-- 
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] 10+ messages in thread

* Re: [PATCH 2/5] kexec_load.2: tfix
       [not found]     ` <1454446248-448-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-02-03  7:26       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-03  7:26 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/02/2016 09:50 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael


> ---
>  man2/kexec_load.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/kexec_load.2 b/man2/kexec_load.2
> index 2509e2c..ad47a72 100644
> --- a/man2/kexec_load.2
> +++ b/man2/kexec_load.2
> @@ -60,7 +60,7 @@ The following values can be specified in
>  Execute the new kernel automatically on a system crash.
>  This "crash kernel" is loaded into an area of reserved memory that
>  is determined at boot time using the
> -.I craskkernel
> +.I crashkernel
>  kernel command-line parameter.
>  The location of this reserved memory is exported to user space via the
>  .I /proc/iomem
> 


-- 
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] 10+ messages in thread

* Re: [PATCH 3/5] perf_event_open.2: tfix
       [not found]     ` <1454446248-448-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-02-03  7:26       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-03  7:26 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/02/2016 09:50 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael

> ---
>  man2/perf_event_open.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
> index 152bc5c..317ecbe 100644
> --- a/man2/perf_event_open.2
> +++ b/man2/perf_event_open.2
> @@ -362,7 +362,7 @@ in Linux 3.19.
>  .\" commit 60e2364e60e86e81bc6377f49779779e6120977f
>  .B PERF_ATTR_SIZE_VER5
>  is 112 corresponding to the addition of
> -.I aux_watermak
> +.I aux_watermark
>  in Linux 4.1.
>  .\" commit 1a5941312414c71dece6717da9a0fa1303127afa
>  .TP
> 


-- 
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] 10+ messages in thread

* Re: [PATCH 4/5] futex.2: tfix
       [not found]     ` <1454446248-448-4-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-02-03  7:27       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-03  7:27 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/02/2016 09:50 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael

> ---
>  man2/futex.2 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/futex.2 b/man2/futex.2
> index 7cf0d0b..4876b97 100644
> --- a/man2/futex.2
> +++ b/man2/futex.2
> @@ -199,7 +199,7 @@ The
>  .I futex_op
>  argument consists of two parts:
>  a command that specifies the operation to be performed,
> -bit-wise ORed with zero or or more options that
> +bit-wise ORed with zero or more options that
>  modify the behaviour of the operation.
>  The options that may be included in
>  .I futex_op
> @@ -456,7 +456,7 @@ ordered with respect to other operations on the same futex word.
>  
>  Typical values to specify for
>  .I val
> -are 0 or or 1.
> +are 0 or 1.
>  (Specifying
>  .BR INT_MAX
>  is not useful, because it would make the
> 


-- 
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] 10+ messages in thread

* Re: [PATCH 5/5] wavelan.4: tfix
       [not found]     ` <1454446248-448-5-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-02-03  7:27       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-03  7:27 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/02/2016 09:50 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael


> ---
>  man4/wavelan.4 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man4/wavelan.4 b/man4/wavelan.4
> index ebc4100..3ebdb7c 100644
> --- a/man4/wavelan.4
> +++ b/man4/wavelan.4
> @@ -118,7 +118,7 @@ This distribution might be used to calculate the mean value
>  and standard deviation of the signal level.
>  .SS Specific notes
>  This driver will fail to detect some
> -.B non-NCR/ATT&T/Lucent
> +.B non-NCR/AT&T/Lucent
>  Wavelan cards.
>  If this happens for you, you must look in the source code on
>  how to add your card to the detection routine.
> 


-- 
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] 10+ messages in thread

end of thread, other threads:[~2016-02-03  7:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02 20:50 [PATCH 1/5] msgop.2: tfix Jakub Wilk
     [not found] ` <1454446248-448-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-02 20:50   ` [PATCH 2/5] kexec_load.2: tfix Jakub Wilk
     [not found]     ` <1454446248-448-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-03  7:26       ` Michael Kerrisk (man-pages)
2016-02-02 20:50   ` [PATCH 3/5] perf_event_open.2: tfix Jakub Wilk
     [not found]     ` <1454446248-448-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-03  7:26       ` Michael Kerrisk (man-pages)
2016-02-02 20:50   ` [PATCH 4/5] futex.2: tfix Jakub Wilk
     [not found]     ` <1454446248-448-4-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-03  7:27       ` Michael Kerrisk (man-pages)
2016-02-02 20:50   ` [PATCH 5/5] wavelan.4: tfix Jakub Wilk
     [not found]     ` <1454446248-448-5-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-03  7:27       ` Michael Kerrisk (man-pages)
2016-02-03  7:25   ` [PATCH 1/5] msgop.2: tfix Michael Kerrisk (man-pages)

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.