* [PATCH 1/3] syscalls.2: tfix
@ 2016-06-30 11:25 Jakub Wilk
[not found] ` <1467285918-6408-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-06-30 11:25 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man2/syscalls.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 3ebb916..6610631 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -818,7 +818,7 @@ on i386 one finds
.IR old_select ()
and
.IR old_mmap ()
-(routines that use a pointer to a
+(routines that use a pointer to an
argument block) instead.
These days passing five arguments
is not a problem any more, and there is a
--
2.8.1
--
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] 6+ messages in thread
* [PATCH 2/3] dir_colors.5: tfix
[not found] ` <1467285918-6408-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-06-30 11:25 ` Jakub Wilk
[not found] ` <1467285918-6408-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-06-30 11:25 ` [PATCH 3/3] bootparam.7: tfix Jakub Wilk
2016-07-01 21:49 ` [PATCH 1/3] syscalls.2: tfix Michael Kerrisk (man-pages)
2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-06-30 11:25 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man5/dir_colors.5 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man5/dir_colors.5 b/man5/dir_colors.5
index 07ea7bf..f3668b1 100644
--- a/man5/dir_colors.5
+++ b/man5/dir_colors.5
@@ -181,13 +181,13 @@ Synonym:
Specifies the color used for a directory with the sticky attribute set.
.TP
.B STICKY_OTHER_WRITABLE \fIcolor-sequence\fR
-Specifies the color used for a other-writable directory with the executable attribute set.
+Specifies the color used for an other-writable directory with the executable attribute set.
Synonym:
.BR OWT .
.TP
.B OTHER_WRITABLE \fIcolor-sequence\fR
-Specifies the color used for a other-writable directory without the executable attribute set.
+Specifies the color used for an other-writable directory without the executable attribute set.
Synonym:
.BR OWR .
--
2.8.1
--
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] 6+ messages in thread
* [PATCH 3/3] bootparam.7: tfix
[not found] ` <1467285918-6408-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-06-30 11:25 ` [PATCH 2/3] dir_colors.5: tfix Jakub Wilk
@ 2016-06-30 11:25 ` Jakub Wilk
[not found] ` <1467285918-6408-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-07-01 21:49 ` [PATCH 1/3] syscalls.2: tfix Michael Kerrisk (man-pages)
2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-06-30 11:25 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man7/bootparam.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/bootparam.7 b/man7/bootparam.7
index cd4f896..fcbcbdb 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -632,7 +632,7 @@ T \- device type: 1=FM, 2=SB, 3=PAS, 4=GUS, 5=MPU401, 6=SB16,
aaa \- I/O address in hex.
-I \- interrupt line in hex (i.e 10=a, 11=b, ...)
+I \- interrupt line in hex (i.e., 10=a, 11=b, ...)
d \- DMA channel.
--
2.8.1
--
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] 6+ messages in thread
* Re: [PATCH 1/3] syscalls.2: tfix
[not found] ` <1467285918-6408-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-06-30 11:25 ` [PATCH 2/3] dir_colors.5: tfix Jakub Wilk
2016-06-30 11:25 ` [PATCH 3/3] bootparam.7: tfix Jakub Wilk
@ 2016-07-01 21:49 ` Michael Kerrisk (man-pages)
2 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-07-01 21:49 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks, Jakub. Applied.
Cheers,
Michael
On 06/30/2016 01:25 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
> man2/syscalls.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/syscalls.2 b/man2/syscalls.2
> index 3ebb916..6610631 100644
> --- a/man2/syscalls.2
> +++ b/man2/syscalls.2
> @@ -818,7 +818,7 @@ on i386 one finds
> .IR old_select ()
> and
> .IR old_mmap ()
> -(routines that use a pointer to a
> +(routines that use a pointer to an
> argument block) instead.
> These days passing five arguments
> is not a problem any more, and there is a
>
--
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] 6+ messages in thread
* Re: [PATCH 2/3] dir_colors.5: tfix
[not found] ` <1467285918-6408-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-07-01 21:49 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-07-01 21:49 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks, Jakub! Applied.
Cheers,
Michael
On 06/30/2016 01:25 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
> man5/dir_colors.5 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man5/dir_colors.5 b/man5/dir_colors.5
> index 07ea7bf..f3668b1 100644
> --- a/man5/dir_colors.5
> +++ b/man5/dir_colors.5
> @@ -181,13 +181,13 @@ Synonym:
> Specifies the color used for a directory with the sticky attribute set.
> .TP
> .B STICKY_OTHER_WRITABLE \fIcolor-sequence\fR
> -Specifies the color used for a other-writable directory with the executable attribute set.
> +Specifies the color used for an other-writable directory with the executable attribute set.
>
> Synonym:
> .BR OWT .
> .TP
> .B OTHER_WRITABLE \fIcolor-sequence\fR
> -Specifies the color used for a other-writable directory without the executable attribute set.
> +Specifies the color used for an other-writable directory without the executable attribute set.
>
> Synonym:
> .BR OWR .
>
--
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] 6+ messages in thread
* Re: [PATCH 3/3] bootparam.7: tfix
[not found] ` <1467285918-6408-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-07-01 21:49 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-07-01 21:49 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks, Jakub! Applied.
Have a good weekend!
Cheers,
Michael
Michael
On 06/30/2016 01:25 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
> man7/bootparam.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/bootparam.7 b/man7/bootparam.7
> index cd4f896..fcbcbdb 100644
> --- a/man7/bootparam.7
> +++ b/man7/bootparam.7
> @@ -632,7 +632,7 @@ T \- device type: 1=FM, 2=SB, 3=PAS, 4=GUS, 5=MPU401, 6=SB16,
>
> aaa \- I/O address in hex.
>
> -I \- interrupt line in hex (i.e 10=a, 11=b, ...)
> +I \- interrupt line in hex (i.e., 10=a, 11=b, ...)
>
> d \- DMA channel.
>
>
--
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] 6+ messages in thread
end of thread, other threads:[~2016-07-01 21:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 11:25 [PATCH 1/3] syscalls.2: tfix Jakub Wilk
[not found] ` <1467285918-6408-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-06-30 11:25 ` [PATCH 2/3] dir_colors.5: tfix Jakub Wilk
[not found] ` <1467285918-6408-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-07-01 21:49 ` Michael Kerrisk (man-pages)
2016-06-30 11:25 ` [PATCH 3/3] bootparam.7: tfix Jakub Wilk
[not found] ` <1467285918-6408-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-07-01 21:49 ` Michael Kerrisk (man-pages)
2016-07-01 21:49 ` [PATCH 1/3] syscalls.2: tfix 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).