From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id A96F5388A825 for ; Sat, 3 Apr 2021 19:42:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A96F5388A825 Received: by mail-wm1-x32e.google.com with SMTP id j4-20020a05600c4104b029010c62bc1e20so3804711wmi.3 for ; Sat, 03 Apr 2021 12:42:11 -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=zA/Kc4vVuNWjWtGr/s1ntmcO/fLpSST0xf2nzzr9+wo=; b=Zjqa+pK9MXiE5u20tced8XoE+o5nOBE0DcDb19ucy+TCJDHzIDL9tJHksPxDAQByAv vaqgi3416ykLyhrY9iGUqVt0jElYsqn0tV2ZEK947RZBw0JTJnH2O8OquSj/nKhVQFKN 5va4t8ECT5w9A7vhsCAKLd50S98u1gAvdQwsmGcymycqDeYCGB//CilT8Q2RVXxXngYe 17+NCaQ6C6vOdoRLOaQf9jhWPSmqB6bB+26zG8kp6tpdcPLbOnkDJKWKX9EzrdqnH2eU z+r9r0IXqrA8B9iDdFTVSzQWKkTxlPoOToJpVSYFhSxELIcnbjLnSFET95vyLQeU/Wmn cH7Q== X-Gm-Message-State: AOAM530SA75dq5XLhUMCyiD1A+gIxsMf2tdNq0PkZIaD2s46FA37o256 aayQiUm2ro28onmmaVdo8UvYOUfMCVs= X-Google-Smtp-Source: ABdhPJwC25IQcdHBD1o6DAHE5ytc3E+JQeUCKh1nh/25oKA/k49FeOTMr/m8bEN57oYox1J4HrPidQ== X-Received: by 2002:a1c:5f54:: with SMTP id t81mr18259321wmb.84.1617478930899; Sat, 03 Apr 2021 12:42:10 -0700 (PDT) Received: from localhost.localdomain ([170.253.36.171]) by smtp.googlemail.com with ESMTPSA id n1sm25211056wro.36.2021.04.03.12.42.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Apr 2021 12:42:10 -0700 (PDT) From: Alejandro Colomar To: mtk.manpages@gmail.com Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org Subject: [PATCH v4 34/35] ioctl_fslabel.2: Make clear why exactly is each header needed Date: Sat, 3 Apr 2021 21:40:26 +0200 Message-Id: <20210403194026.102818-35-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 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.2 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-List-Received-Date: Sat, 03 Apr 2021 19:42:16 -0000 Only the include that provides the prototype doesn't need a comment. Also sort the includes alphabetically. Signed-off-by: Alejandro Colomar --- man2/ioctl_fslabel.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ioctl_fslabel.2 b/man2/ioctl_fslabel.2 index af17256f0..30435e1e9 100644 --- a/man2/ioctl_fslabel.2 +++ b/man2/ioctl_fslabel.2 @@ -25,8 +25,8 @@ ioctl_fslabel \- get or set a filesystem label .SH SYNOPSIS .nf +.BR "#include " " /* Definition of " *FSLABEL* " constants */" .B #include -.B #include .PP .BI "int ioctl(int " fd ", FS_IOC_GETFSLABEL, char " label [FSLABEL_MAX]); .BI "int ioctl(int " fd ", FS_IOC_SETFSLABEL, char " label [FSLABEL_MAX]); -- 2.31.0