From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14071 invoked by alias); 4 May 2017 18:53:41 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 13113 invoked by uid 89); 4 May 2017 18:53:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:463 X-HELO: mail-ua0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=zCF00h4lzUggG8ruyZKGrWwDhbvawONZLHR6l1GEqz4=; b=nb1n+a5NMF+lJNIcjh35qzijF8R02lRWcKV/VQFfphdkhzRjW57cwML1nsWDuQPlMl DqqXIWFN3DxsET6cDn6Hcovz/V+upyvF6tZyi91SFWkrYqgnengKvD3YocDgJubxSJGu vfD/6mR4W2h3bK1yFJ2jdgyi2Ipw1BLBpiTig6AUI5RQocawjn4ovAyxAcdfiEZUu2cy UokJIs7g4sC7dmsebARLO8oaqFm75PQvCbfYK5rLSnUa5XUonSh3uqjDCtShMGWrWqA1 ip12U47wG46IHO8hW1bMQq+0CFB/kdix+wmRDbjMWq74v5pC7o8Um1YJWV0aB2BWUnbJ kIVA== X-Gm-Message-State: AN3rC/4sc1h7r/4NBD4t8tkch4Z5VMuDSq6/ErMCFpPf5043J1+MaHzi 0gbKcHM6hPaZyq7kI3oRig== X-Received: by 10.159.34.54 with SMTP id 51mr16914931uad.110.1493924020452; Thu, 04 May 2017 11:53:40 -0700 (PDT) Subject: Re: [PATCH v2 1/2] manual: Add preadv and pwritev documentation To: Florian Weimer References: <1493901791-13438-1-git-send-email-adhemerval.zanella@linaro.org> <87fugk6b0m.fsf@mid.deneb.enyo.de> <87efw44fz6.fsf@mid.deneb.enyo.de> Cc: libc-alpha@sourceware.org From: Adhemerval Zanella Message-ID: <0acdba30-27b9-a88e-bcc6-48ec3ee51975@linaro.org> Date: Thu, 04 May 2017 18:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <87efw44fz6.fsf@mid.deneb.enyo.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg00099.txt.bz2 On 04/05/2017 15:46, Florian Weimer wrote: > * Adhemerval Zanella: > >> I added the paragraph: >> >> -- >> However, on Linux, if a file is opened with @code{O_APPEND}, pwrite appends >> data to the end of the file, regardless of the value of offset. >> -- >> >> just after the one describing the offset argument. > > @code{pwrite} and @var{offset}, please. > Fixed, I will push it today. Thanks.