From patchwork Sun Apr 4 11:58:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 42911 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 71C67388A424; Sun, 4 Apr 2021 12:00:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71C67388A424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1617537600; bh=fphRg9IWRi4haT6AELJUJ99V5J0LW+3TUNTPa1MT7U8=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=au11/2j4NOuLPDMx14EX5G+qUQ3A+cInLGIMJ0aGxKk/cebgVRzONJmxgagOYjIRY XSiLh9zuwxYTokYO7m6PUAUTIJU/quKLXL8YQTXnJnaJE8OblD6CTxXy7NOAIbFxmc oaUR8Eys0Y8UHqJXsZtuc21+uwJZMkvpxsfIF3TI= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id 2CD2B385043A for ; Sun, 4 Apr 2021 11:59:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2CD2B385043A Received: by mail-wm1-x331.google.com with SMTP id j20-20020a05600c1914b029010f31e15a7fso6344739wmq.1 for ; Sun, 04 Apr 2021 04:59:56 -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:in-reply-to :references:mime-version:content-transfer-encoding; bh=fphRg9IWRi4haT6AELJUJ99V5J0LW+3TUNTPa1MT7U8=; b=LT0LnBkxuggCZ3VajAShIFCJBIeBOR5ZsD30/7Je35rVs3PPRvuASwJOJMqSeHTkUu LjPX0JhIFRKXPnO/3NTSQcIoR0rXoHjABH/IH+uycsZY3VSvEIjZXpB1KCZ3b1vvic8t EZnDS2fVuRCv3soWvbaYuV6FvnUpYB7BTIwjhhY9UAHMiuAU40H1W4HhulLPJzNSBwD/ B/9I1xKVL8apRsj71e4ao837tW52B0oymKbo+kXVUm6TZVZzvkNoNBgPGQcMOrZC7VXh 57n3EXhaSfXpPIzSZgloafbg1dmbbOYAmfpmYvnodv4RqJxhqxbTUviCdy5iHyicH88Y yG+Q== X-Gm-Message-State: AOAM532iF3vXcVakzzxKhqmky+b32U5JxU/bAPbhaT2ry+v7ft/51sGB 8Vdg5Ik1KUo0ZnZ+k+uu3g4= X-Google-Smtp-Source: ABdhPJyQPJl6rUFajANdOtnZUSjGkxtPpEnpNS8XqiXvaU5iB3TVxSWqc6apW6oCsOrH46hwQ2dXPQ== X-Received: by 2002:a05:600c:1992:: with SMTP id t18mr20599194wmq.125.1617537595364; Sun, 04 Apr 2021 04:59:55 -0700 (PDT) Received: from localhost.localdomain ([170.253.36.171]) by smtp.googlemail.com with ESMTPSA id u2sm23786967wrp.12.2021.04.04.04.59.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Apr 2021 04:59:55 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH v5 32/35] ioctl_fideduperange.2: Make clear why exactly is each header needed Date: Sun, 4 Apr 2021 13:58:45 +0200 Message-Id: <20210404115847.78166-33-alx.manpages@gmail.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210403194026.102818-1-alx.manpages@gmail.com> References: <20210403194026.102818-1-alx.manpages@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-12.3 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Alejandro Colomar via Libc-alpha From: Alejandro Colomar Reply-To: Alejandro Colomar Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Only the include that provides the prototype doesn't need a comment. Also sort the includes alphabetically. Signed-off-by: Alejandro Colomar --- man2/ioctl_fideduperange.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/ioctl_fideduperange.2 b/man2/ioctl_fideduperange.2 index 1df0628d0..82c7fdc28 100644 --- a/man2/ioctl_fideduperange.2 +++ b/man2/ioctl_fideduperange.2 @@ -25,8 +25,9 @@ ioctl_fideduperange \- share some the data of one file with another file .SH SYNOPSIS .nf -.B #include +.RB " /* Definition of " FIDEDUPERANGE " and " FILE_DEDUPE_* " constants */" .B #include +.B #include .PP .BI "int ioctl(int " src_fd ", FIDEDUPERANGE, struct file_dedupe_range *" arg ); .fi