public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: "Alejandro Colomar (man-pages)" <alx.manpages@gmail.com>
To: наб <nabijaczleweli@nabijaczleweli.xyz>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH v2 2/4] tee.2: use proper types in example
Date: Mon, 3 Jan 2022 18:51:08 +0100	[thread overview]
Message-ID: <06c21be8-da4e-d4a7-c40c-c435ce0ad354@gmail.com> (raw)
In-Reply-To: <20220103173523.jge6gyisl43khm4n@tarta.nabijaczleweli.xyz>



On 1/3/22 18:35, наб wrote:
> On Mon, Jan 03, 2022 at 06:27:36PM +0100, Alejandro Colomar (man-pages) wrote:
>> On 1/3/22 18:03, наб wrote:
>>> diff --git a/man2/tee.2 b/man2/tee.2
>>> index 14a927c93..9d83ee982 100644
>>> --- a/man2/tee.2
>>> +++ b/man2/tee.2
>>> @@ -183,7 +183,6 @@ main(int argc, char *argv[])
>>>             */
>>>            len = tee(STDIN_FILENO, STDOUT_FILENO,
>>>                      INT_MAX, SPLICE_F_NONBLOCK);
>>> -
>> I removed this change, since I guessed it was a rebase mistake.
> Not really, I left it in deliberately, for consistency:
> neither fd= nor slen= have a blank line after.

Ahh, okay.

I reapplied your patch, to get this change, and renamed it to ffix.

Thanks,

Alex

P.S.: I thought the C.UTF-8 locale might show your name better, but it 
didn't; I just get '?'s.

> 
> наб

Author: <D0><BD><D0><B0><D0><B1> <nabijaczleweli@nabijaczleweli.xyz>
Date:   Mon Jan 3 18:03:32 2022 +0100

     tee.2: ffix

     Signed-off-by: Ahelenia Ziemia<C5><84>ska 
<nabijaczleweli@nabijaczleweli.xyz>
     Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>

diff --git a/man2/tee.2 b/man2/tee.2
index cd7c2d72d..15db551b9 100644
--- a/man2/tee.2
+++ b/man2/tee.2
@@ -183,7 +183,6 @@ main(int argc, char *argv[])
           */
          len = tee(STDIN_FILENO, STDOUT_FILENO,
                    INT_MAX, SPLICE_F_NONBLOCK);
-
          if (len < 0) {
              if (errno == EAGAIN)
                  continue;


-- 
Alejandro Colomar
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

  reply	other threads:[~2022-01-03 17:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-03 15:33 [PATCH 1/3] tee.2: ffix наб
2022-01-03 15:34 ` [PATCH 2/3] tee.2: use proper types in example, declare variables at point-of-use наб
2022-01-03 16:25   ` Alejandro Colomar (man-pages)
2022-01-03 15:34 ` [PATCH 3/3] tee.2: always fail after perror(), use for(;;) instead of do{}while(1) наб
2022-01-03 16:40   ` Alejandro Colomar (man-pages)
2022-01-03 17:03     ` [PATCH v2 2/4] tee.2: use proper types in example наб
2022-01-03 17:27       ` Alejandro Colomar (man-pages)
2022-01-03 17:35         ` наб
2022-01-03 17:51           ` Alejandro Colomar (man-pages) [this message]
2022-01-03 17:03     ` [PATCH v2 3/4] tee.2: use for(;;) instead of do{}while(1) наб
2022-01-03 17:03     ` [PATCH v2 4/4] tee.2: always fail after perror() in example наб
2022-01-03 16:49 ` [PATCH 1/3] tee.2: ffix Alejandro Colomar (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=06c21be8-da4e-d4a7-c40c-c435ce0ad354@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=nabijaczleweli@nabijaczleweli.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox