All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] acct.2: wfix
@ 2017-11-08  7:00 Seonghun Lim
       [not found] ` <9bbfbda5-b614-314d-dad9-ad2ea789d4d1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Seonghun Lim @ 2017-11-08  7:00 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

 man2/acct.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/acct.2 b/man2/acct.2
index 27b0c5cf4..f9efe437f 100644
--- a/man2/acct.2
+++ b/man2/acct.2
@@ -107,7 +107,7 @@ was too long.
 The system-wide limit on the total number of open files has been reached.
 .TP
 .B ENOENT
-The specified filename does not exist.
+The specified file does not exist.
 .TP
 .B ENOMEM
 Out of memory.


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

* Re: [patch] acct.2: wfix
       [not found] ` <9bbfbda5-b614-314d-dad9-ad2ea789d4d1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-11-09  8:06   ` Michael Kerrisk (man-pages)
       [not found]     ` <a843da9a-b6a3-b698-9fbf-460ad5b1e361-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-11-09  8:06 UTC (permalink / raw)
  To: Seonghun Lim
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Seonghun Lim,

This is a nice series of patches that you've sent. But none
of the patches applies against upstream. Looking at the source
of the mail messages, there are some strange character sequences
at the start of various lines. Could you fix up
and resubmit the patch series please?

Cheers,

Michael


On 11/08/2017 08:00 AM, Seonghun Lim wrote:
>  man2/acct.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/acct.2 b/man2/acct.2
> index 27b0c5cf4..f9efe437f 100644
> --- a/man2/acct.2
> +++ b/man2/acct.2
> @@ -107,7 +107,7 @@ was too long.
>  The system-wide limit on the total number of open files has been reached.
>  .TP
>  .B ENOENT
> -The specified filename does not exist.
> +The specified file does not exist.
>  .TP
>  .B ENOMEM
>  Out of memory.
> 
> 
> 


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

* Re: [patch] acct.2: wfix
       [not found]     ` <a843da9a-b6a3-b698-9fbf-460ad5b1e361-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-11-09  8:24       ` Michael Kerrisk (man-pages)
       [not found]         ` <51b60a7e-8f3b-379a-cd4f-c2a8c55f3af7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-11-09  8:24 UTC (permalink / raw)
  To: Seonghun Lim
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Seonghun Lim,

On 11/09/2017 09:06 AM, Michael Kerrisk (man-pages) wrote:
> Hello Seonghun Lim,
> 
> This is a nice series of patches that you've sent. But none
> of the patches applies against upstream. Looking at the source
> of the mail messages, there are some strange character sequences
> at the start of various lines. Could you fix up
> and resubmit the patch series please?

Okay -- I've found a way to manually fix the patches that is not too 
burdensome. But there's definitely some character set problem with
your patches... No need to resubmit these patches though.

Cheers,

Michael

> On 11/08/2017 08:00 AM, Seonghun Lim wrote:
>>  man2/acct.2 | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/man2/acct.2 b/man2/acct.2
>> index 27b0c5cf4..f9efe437f 100644
>> --- a/man2/acct.2
>> +++ b/man2/acct.2
>> @@ -107,7 +107,7 @@ was too long.
>>  The system-wide limit on the total number of open files has been reached.
>>  .TP
>>  .B ENOENT
>> -The specified filename does not exist.
>> +The specified file does not exist.
>>  .TP
>>  .B ENOMEM
>>  Out of memory.
>>
>>
>>
> 
> 


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

* Re: [patch] acct.2: wfix
       [not found]         ` <51b60a7e-8f3b-379a-cd4f-c2a8c55f3af7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-11-09  8:39           ` Michael Kerrisk (man-pages)
       [not found]             ` <b4fe25b7-8ef8-a5aa-f5d3-e84d483d4233-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-11-09  8:39 UTC (permalink / raw)
  To: Seonghun Lim
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Seonghun Lim

I have applied all of your recent patches.

Cheers,

Michael


On 11/09/2017 09:24 AM, Michael Kerrisk (man-pages) wrote:
> Hello Seonghun Lim,
> 
> On 11/09/2017 09:06 AM, Michael Kerrisk (man-pages) wrote:
>> Hello Seonghun Lim,
>>
>> This is a nice series of patches that you've sent. But none
>> of the patches applies against upstream. Looking at the source
>> of the mail messages, there are some strange character sequences
>> at the start of various lines. Could you fix up
>> and resubmit the patch series please?
> 
> Okay -- I've found a way to manually fix the patches that is not too 
> burdensome. But there's definitely some character set problem with
> your patches... No need to resubmit these patches though.
> 
> Cheers,
> 
> Michael
> 
>> On 11/08/2017 08:00 AM, Seonghun Lim wrote:
>>>  man2/acct.2 | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/man2/acct.2 b/man2/acct.2
>>> index 27b0c5cf4..f9efe437f 100644
>>> --- a/man2/acct.2
>>> +++ b/man2/acct.2
>>> @@ -107,7 +107,7 @@ was too long.
>>>  The system-wide limit on the total number of open files has been reached.
>>>  .TP
>>>  .B ENOENT
>>> -The specified filename does not exist.
>>> +The specified file does not exist.
>>>  .TP
>>>  .B ENOMEM
>>>  Out of memory.
>>>
>>>
>>>
>>
>>
> 
> 


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

* Re: [patch] acct.2: wfix
       [not found]             ` <b4fe25b7-8ef8-a5aa-f5d3-e84d483d4233-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-11-09  8:41               ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-11-09  8:41 UTC (permalink / raw)
  To: Seonghun Lim
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 11/09/2017 09:39 AM, Michael Kerrisk (man-pages) wrote:
> Hello Seonghun Lim
> 
> I have applied all of your recent patches.

Sorry, I forgot to say: thank you for the many nice
little cleanups!

Cheers,

Michael

> On 11/09/2017 09:24 AM, Michael Kerrisk (man-pages) wrote:
>> Hello Seonghun Lim,
>>
>> On 11/09/2017 09:06 AM, Michael Kerrisk (man-pages) wrote:
>>> Hello Seonghun Lim,
>>>
>>> This is a nice series of patches that you've sent. But none
>>> of the patches applies against upstream. Looking at the source
>>> of the mail messages, there are some strange character sequences
>>> at the start of various lines. Could you fix up
>>> and resubmit the patch series please?
>>
>> Okay -- I've found a way to manually fix the patches that is not too 
>> burdensome. But there's definitely some character set problem with
>> your patches... No need to resubmit these patches though.
>>
>> Cheers,
>>
>> Michael
>>
>>> On 11/08/2017 08:00 AM, Seonghun Lim wrote:
>>>>  man2/acct.2 | 2 +-
>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/man2/acct.2 b/man2/acct.2
>>>> index 27b0c5cf4..f9efe437f 100644
>>>> --- a/man2/acct.2
>>>> +++ b/man2/acct.2
>>>> @@ -107,7 +107,7 @@ was too long.
>>>>  The system-wide limit on the total number of open files has been reached.
>>>>  .TP
>>>>  .B ENOENT
>>>> -The specified filename does not exist.
>>>> +The specified file does not exist.
>>>>  .TP
>>>>  .B ENOMEM
>>>>  Out of memory.
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
> 
> 


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

end of thread, other threads:[~2017-11-09  8:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08  7:00 [patch] acct.2: wfix Seonghun Lim
     [not found] ` <9bbfbda5-b614-314d-dad9-ad2ea789d4d1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-09  8:06   ` Michael Kerrisk (man-pages)
     [not found]     ` <a843da9a-b6a3-b698-9fbf-460ad5b1e361-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-09  8:24       ` Michael Kerrisk (man-pages)
     [not found]         ` <51b60a7e-8f3b-379a-cd4f-c2a8c55f3af7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-09  8:39           ` Michael Kerrisk (man-pages)
     [not found]             ` <b4fe25b7-8ef8-a5aa-f5d3-e84d483d4233-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-09  8:41               ` 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.