From patchwork Tue Jul 6 10:54:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Armin Brauns X-Patchwork-Id: 44168 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4C47C3885C12 for ; Tue, 6 Jul 2021 10:55:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C47C3885C12 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1625568944; bh=IffLrKMfo/GrhdHHb6o4fKMY2d5MPw5sqvrgzWPvIAg=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=NU5lK2ZSWpayj5CHGL7CBqD8eXCn0v7QoHkG2MP/F0WV0toOkFCchMvUYp/oHlyb4 AKyj/EIE5HK+oJL4bk/VtzYop8ZKW3ZGM0XKmYROZDNevLoKYlkXVYCw2HbkWW4vjl rbuqAYkGr7PMaczcz0MyuA13s2UgHAI96dKYEKs8= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 5981F387700F for ; Tue, 6 Jul 2021 10:55:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5981F387700F Received: by mail-wm1-x32d.google.com with SMTP id u5-20020a7bc0450000b02901480e40338bso1327578wmc.1 for ; Tue, 06 Jul 2021 03:55:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=IffLrKMfo/GrhdHHb6o4fKMY2d5MPw5sqvrgzWPvIAg=; b=fXajKtThW58+Hn9+qXXUWIE/TGDSzFe2VokEuuDNKDwL84PbU7TYZRw81C4Em3SWD5 yRypWjUobQCa/TtAdsmGtRmE6f9UM2ycWiGqMgl/CzMrvgcOhszuWtW52qrgukJSU4w4 h8mbPWqsNABe88r5ZRybR7do0jv2/+z7aGNRjW+zwcx261Sgd0txhFMKHDl4YdMKfC2o llMV+uFUywBQCBbFNqUI+nqpn8j17HDvjaE5HMtrkw5vxUciDLOjZY17IHPWuSQ8WohE BuCje5d83kZm8Ywhwj7Sqc4brZxaAoM0gkSzBmGImtuLHjUsHQrVojwU4MSZDiuRNNz+ aqsw== X-Gm-Message-State: AOAM531uT7yVBLY7mFLYwLhP/Et33CtqUeN9obPx/1hpIRPhZ+vqlzpD lEI0qekVZLsgyFKlZJXJ9L6hBzSVNgPgZSaY X-Google-Smtp-Source: ABdhPJyU6+AXc4tlMvD/IgGdGAbLDQhSG2vFPFm6jJFh32PVQL5bG95Ol8v6B1u5QZfDJaByM6z3Fw== X-Received: by 2002:a1c:ed10:: with SMTP id l16mr4126902wmh.8.1625568921523; Tue, 06 Jul 2021 03:55:21 -0700 (PDT) Received: from zeus.clients.dxld.at ([2a01:4f8:201:89ff:d250:99ff:fe80:bb37]) by smtp.gmail.com with ESMTPSA id c9sm16582129wro.5.2021.07.06.03.55.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Jul 2021 03:55:21 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH] manual: fix description for preadv() Date: Tue, 6 Jul 2021 12:54:48 +0200 Message-Id: <20210706105448.2343087-1-armin.brauns@gmail.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-Spam-Status: No, score=-10.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Armin Brauns via Libc-alpha From: Armin Brauns Reply-To: Armin Brauns Cc: Armin Brauns Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" --- manual/llio.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/llio.texi b/manual/llio.texi index cbc4909fd5..eafc27120d 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -1161,7 +1161,7 @@ error. The possible errors are the same as in @code{write}. This function is similar to the @code{readv} function, with the difference it adds an extra @var{offset} parameter of type @code{off_t} similar to -@code{pread}. The data is written to the file starting at position +@code{pread}. The data is read from the file starting at position @var{offset}. The position of the file descriptor itself is not affected by the operation. The value is the same as before the call.