From patchwork Sun Apr 4 11:58:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 42908 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 D18D3388A418; Sun, 4 Apr 2021 11:59:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D18D3388A418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1617537597; bh=n4IfdzlOv3Inx7ndsf+2+CPchTn/xz0EzX/CVT2ZL0M=; 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=C7gsba+omra+XZ6+PYHDErEbudCLeai97fsHwH4+/uFKMYUs341S0QEEofGoBUI5a bNoPH06s6G2MibNelRtJcD6O4N0FhaLc7Tfz2vGEZEJns+s9WVqaLe8j+eDfsZntzn vLIug/+gjmpFfHvoZg1YEPrP1K6jSnlcYneugjo8= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id 2B19B385041A for ; Sun, 4 Apr 2021 11:59:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2B19B385041A Received: by mail-wm1-x32b.google.com with SMTP id k128so4504285wmk.4 for ; Sun, 04 Apr 2021 04:59:54 -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=n4IfdzlOv3Inx7ndsf+2+CPchTn/xz0EzX/CVT2ZL0M=; b=orCFbD8FZooO0ZtNGelR9Ds1hbcc464E3T37Ivhg9t8ka6vbF+Y1OghykHe36Ag8kR pR5PDCH4DBjJE+ZfWqA+iHrlSwYIGlgeLNDbsNRgqC9BLVZBBHpMdj63EthN6yf52zCa qfSGR/n4ftcYahx4dByMmNym+ChjMxykb6YZg+76+1fc75QekbSyP8FB9BgnbHmS30nF WKZx+fbMDjAHDbyAMyLIyv6dGmxh6c+fKwXbZEV9bw9DABohI38gX3DGQSmkQkEVPDIE wGwFpj9AFUw1479DtiH+FUfKbb/1vJ3wo8+n93asehPdZ7pD/fgkEtjoWeBQSHXF+4xy UjAA== X-Gm-Message-State: AOAM530uxX5CFKhQR2SilyC8UWTICywQLa4zEWPsh7Th1BCFodVCsETk 0el90LbtD9yaeKCHycjqPFI= X-Google-Smtp-Source: ABdhPJyd+pbkLpYgEM1jbrMcTQ1nbP6m9PM9dMxykk5aWQVd0k366G44NBv+sDDhAZfBsHKvIRef8g== X-Received: by 2002:a05:600c:4d13:: with SMTP id u19mr5008450wmp.16.1617537593356; Sun, 04 Apr 2021 04:59:53 -0700 (PDT) Received: from localhost.localdomain ([170.253.36.171]) by smtp.googlemail.com with ESMTPSA id u2sm23786967wrp.12.2021.04.04.04.59.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Apr 2021 04:59:53 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH v5 29/35] ioctl_fat.2: Make clear why is each header exactly needed. Date: Sun, 4 Apr 2021 13:58:42 +0200 Message-Id: <20210404115847.78166-30-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 one that provides the prototype doesn't need a comment. Signed-off-by: Alejandro Colomar --- man2/ioctl_fat.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2 index 30e410280..263738dad 100644 --- a/man2/ioctl_fat.2 +++ b/man2/ioctl_fat.2 @@ -26,6 +26,7 @@ ioctl_fat \- manipulating the FAT filesystem .SH SYNOPSIS .nf +.RB " /* Definition of [" V ] FAT_* " and " ATTR_* " constants */" .B #include .B #include .PP