All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ioctl_console.2: tfix
@ 2017-05-01 21:30 Jakub Wilk
       [not found] ` <20170501213004.2199-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2017-05-01 21:30 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/ioctl_console.2 b/man2/ioctl_console.2
index fdae38d8b..44ad6597d 100644
--- a/man2/ioctl_console.2
+++ b/man2/ioctl_console.2
@@ -229,7 +229,7 @@ Sets 256-character screen font.
 Load font into the EGA/VGA character
 generator.
 .I argp
-points to a 8192 byte map, with 32 bytes per
+points to an 8192 byte map, with 32 bytes per
 character.
 Only the first
 .I N
-- 
2.13.0.rc0.306.g87b477812d

--
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] socket.2, ip.7: tfix
       [not found] ` <20170501213004.2199-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-05-01 21:30   ` Jakub Wilk
       [not found]     ` <20170501213004.2199-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-05-01 21:30   ` [PATCH 3/3] ulimit.3: tfix Jakub Wilk
  2017-05-02 20:16   ` [PATCH 1/3] ioctl_console.2: tfix Michael Kerrisk (man-pages)
  2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2017-05-01 21:30 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man2/socket.2 | 2 +-
 man7/ip.7     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/socket.2 b/man2/socket.2
index 4bd1e9809..b7cb1685f 100644
--- a/man2/socket.2
+++ b/man2/socket.2
@@ -295,7 +295,7 @@ or
 argument.
 .PP
 When the network signals an error condition to the protocol module (e.g.,
-using a ICMP message for IP) the pending error flag is set for the socket.
+using an ICMP message for IP) the pending error flag is set for the socket.
 The next operation on this socket will return the error code of the pending
 error.
 For some protocols it is possible to enable a per-socket error queue
diff --git a/man7/ip.7 b/man7/ip.7
index 0c6379f24..2ff17c845 100644
--- a/man7/ip.7
+++ b/man7/ip.7
@@ -1168,7 +1168,7 @@ A connection was closed during an
 .TP
 .B EHOSTUNREACH
 No valid routing table entry matches the destination address.
-This error can be caused by a ICMP message from a remote router or
+This error can be caused by an ICMP message from a remote router or
 for the local routing table.
 .TP
 .B EINVAL
-- 
2.13.0.rc0.306.g87b477812d

--
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] ulimit.3: tfix
       [not found] ` <20170501213004.2199-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-05-01 21:30   ` [PATCH 2/3] socket.2, ip.7: tfix Jakub Wilk
@ 2017-05-01 21:30   ` Jakub Wilk
       [not found]     ` <20170501213004.2199-3-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-05-02 20:16   ` [PATCH 1/3] ioctl_console.2: tfix Michael Kerrisk (man-pages)
  2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2017-05-01 21:30 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man3/ulimit.3 b/man3/ulimit.3
index cb713291c..8c6f5386f 100644
--- a/man3/ulimit.3
+++ b/man3/ulimit.3
@@ -74,7 +74,7 @@ is set appropriately.
 .SH ERRORS
 .TP
 .B EPERM
-A unprivileged process tried to increase a limit.
+An unprivileged process tried to increase a limit.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-- 
2.13.0.rc0.306.g87b477812d

--
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] ioctl_console.2: tfix
       [not found] ` <20170501213004.2199-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-05-01 21:30   ` [PATCH 2/3] socket.2, ip.7: tfix Jakub Wilk
  2017-05-01 21:30   ` [PATCH 3/3] ulimit.3: tfix Jakub Wilk
@ 2017-05-02 20:16   ` Michael Kerrisk (man-pages)
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-05-02 20:16 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 05/01/2017 11:30 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael

g
> ---
>  man2/ioctl_console.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/ioctl_console.2 b/man2/ioctl_console.2
> index fdae38d8b..44ad6597d 100644
> --- a/man2/ioctl_console.2
> +++ b/man2/ioctl_console.2
> @@ -229,7 +229,7 @@ Sets 256-character screen font.
>  Load font into the EGA/VGA character
>  generator.
>  .I argp
> -points to a 8192 byte map, with 32 bytes per
> +points to an 8192 byte map, with 32 bytes per
>  character.
>  Only the first
>  .I N
> 


-- 
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] socket.2, ip.7: tfix
       [not found]     ` <20170501213004.2199-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-05-02 20:17       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-05-02 20:17 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 05/01/2017 11:30 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Hi Jakub

Thanks! Applied!

Cheers,

Michael

> ---
>  man2/socket.2 | 2 +-
>  man7/ip.7     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/socket.2 b/man2/socket.2
> index 4bd1e9809..b7cb1685f 100644
> --- a/man2/socket.2
> +++ b/man2/socket.2
> @@ -295,7 +295,7 @@ or
>  argument.
>  .PP
>  When the network signals an error condition to the protocol module (e.g.,
> -using a ICMP message for IP) the pending error flag is set for the socket.
> +using an ICMP message for IP) the pending error flag is set for the socket.
>  The next operation on this socket will return the error code of the pending
>  error.
>  For some protocols it is possible to enable a per-socket error queue
> diff --git a/man7/ip.7 b/man7/ip.7
> index 0c6379f24..2ff17c845 100644
> --- a/man7/ip.7
> +++ b/man7/ip.7
> @@ -1168,7 +1168,7 @@ A connection was closed during an
>  .TP
>  .B EHOSTUNREACH
>  No valid routing table entry matches the destination address.
> -This error can be caused by a ICMP message from a remote router or
> +This error can be caused by an ICMP message from a remote router or
>  for the local routing table.
>  .TP
>  .B EINVAL
> 


-- 
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] ulimit.3: tfix
       [not found]     ` <20170501213004.2199-3-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-05-02 20:17       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-05-02 20:17 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 05/01/2017 11:30 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub! Applied.

Cheers,

Michael

> ---
>  man3/ulimit.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/ulimit.3 b/man3/ulimit.3
> index cb713291c..8c6f5386f 100644
> --- a/man3/ulimit.3
> +++ b/man3/ulimit.3
> @@ -74,7 +74,7 @@ is set appropriately.
>  .SH ERRORS
>  .TP
>  .B EPERM
> -A unprivileged process tried to increase a limit.
> +An unprivileged process tried to increase a limit.
>  .SH ATTRIBUTES
>  For an explanation of the terms used in this section, see
>  .BR attributes (7).
> 


-- 
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:[~2017-05-02 20:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-01 21:30 [PATCH 1/3] ioctl_console.2: tfix Jakub Wilk
     [not found] ` <20170501213004.2199-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-05-01 21:30   ` [PATCH 2/3] socket.2, ip.7: tfix Jakub Wilk
     [not found]     ` <20170501213004.2199-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-05-02 20:17       ` Michael Kerrisk (man-pages)
2017-05-01 21:30   ` [PATCH 3/3] ulimit.3: tfix Jakub Wilk
     [not found]     ` <20170501213004.2199-3-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-05-02 20:17       ` Michael Kerrisk (man-pages)
2017-05-02 20:16   ` [PATCH 1/3] ioctl_console.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.