From patchwork Wed Aug 11 22:30:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael Kerrisk \\(man-pages\\)" X-Patchwork-Id: 44650 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 E8BC1398D042 for ; Wed, 11 Aug 2021 22:31:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8BC1398D042 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1628721115; bh=Go+OGIOtRKK59TEVsCxYrnp8DJrPMkuUVX+n6r31e74=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=rdHM1A45+mV2qjVYh417xemZXs/2DVt/WaJud35nf1EleKZZMbzwOYrxljx/ILb05 jamDzvX3ZrEMLP7gGyy+N/6Un16ZTAGWcXcQaKXkch2U0NF++TAQtagxe8623Am+Dq SDm8aklKwK9zMonvMNBuT31hCEWm2tFCngghrasE= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by sourceware.org (Postfix) with ESMTPS id D240C398B8B5 for ; Wed, 11 Aug 2021 22:31:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D240C398B8B5 Received: by mail-pj1-x1032.google.com with SMTP id bo18so6061028pjb.0 for ; Wed, 11 Aug 2021 15:31:24 -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=Go+OGIOtRKK59TEVsCxYrnp8DJrPMkuUVX+n6r31e74=; b=T6Wxs74445t/nDrBi5tOuNeRMAp0pg7HlOH29Y6jn2OnQ2LP2q7lsfLR16v9Qj6FmS KWfmXNFt2uQUG19FsmKZVAkwbvI973Z0jD0GHrRYpviw1v/3GgFdPHBJ8YGiFfXvMOAc Q2bqWqAfxbCCBtqQ09TgGS9JtWvXsOn0f+aCt6zN0oQDeBEUdK7NWn+EHlb7JUFgY1LY As8a920Zk8I3FDk4TDXwO/4qM6HSLuvQXqO7fTp1GUlW+UrhtNLijYl4TQoPSLZi8aRf JUeSGf5a0DLzdZ5fpOSmW2XwO3t2axLDBu10mrp6DhaDsMr/Ekc3uLZpGgW53PzQqVh1 MkyA== X-Gm-Message-State: AOAM530oiSit8qOKm9h/XPr1AGLbeWd2f2g/bwaYvyXhfYL8SYnfeFVO eQg62ul1igWJBI8r/xl/kK0= X-Google-Smtp-Source: ABdhPJyxf4Mt7QaYcjXxcnf6IxAjv+9okPpOJVyE6vcjHooBFK2Sd3riVwfPeJSx39dlROfOQlJPFQ== X-Received: by 2002:a17:90a:a016:: with SMTP id q22mr910810pjp.34.1628721084055; Wed, 11 Aug 2021 15:31:24 -0700 (PDT) Received: from localhost.localdomain (122-61-176-117-fibre.sparkbb.co.nz. [122.61.176.117]) by smtp.gmail.com with ESMTPSA id w186sm614333pfw.78.2021.08.11.15.31.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Aug 2021 15:31:23 -0700 (PDT) To: mtk.manpages@gmail.com, Adhemerval Zanella Subject: [PATCH] llio.texi: Wording fixes in description of closefrom() Date: Thu, 12 Aug 2021 00:30:53 +0200 Message-Id: <20210811223053.310018-1-mtk.manpages@gmail.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GB_TO_NAME_FREEMAIL, 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: Michael Kerrisk via Libc-alpha From: "Michael Kerrisk \\(man-pages\\)" Reply-To: Michael Kerrisk Cc: libc-alpha@sourceware.org Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Fix two problems. Rather than "larger than", better English is "greater than". Then there is a wordinig error on the follwoing line: "then lowfd" appears to be cruft. Signed-off-by: Michael Kerrisk Reviewed-by: Adhemerval Zanella --- manual/llio.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/llio.texi b/manual/llio.texi index 2c59f6badf..e55b02d8bd 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -338,8 +338,8 @@ The kernel does not implement the required functionality. @standards{GNU, unistd.h} @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{@acsfd{}}} -The function @code{closefrom} closes all file descriptors larger than or equal -to @var{lowfd} then @var{lowfd}. This function is similar to calling +The function @code{closefrom} closes all file descriptors greater than or equal +to @var{lowfd}. This function is similar to calling @code{close} for all open file descriptors not less than @var{lowfd}. Already closed file descriptors are ignored.