From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by sourceware.org (Postfix) with ESMTPS id B55B43857C4C for ; Mon, 5 Apr 2021 11:10:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B55B43857C4C Received: by mail-ej1-x629.google.com with SMTP id u21so16281903ejo.13 for ; Mon, 05 Apr 2021 04:10:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=/8wa4saeXPGfoPpME+fY85CaYaj+sEh+sC2kb4/FmVA=; b=G/MvDEBbhrWhGwQV1chn74C6IDvPL9DvgL69XrKVuh+VEvY3AgwvxddcXHqTb/H8du O1ALDREeMDJz37jToyPF1F6JIOmu7kN96eE3IU7AwheEsRCxtjS82LLJNBfEziFIrEve nSFcTds6p3svgsjjffBBxZu4Viz2aPJ82bHMVrLxMegrPaUzHZJW6otX0RtUcj4Dd28I jzGUtJzVDfViSJUFGwF9GwJDmaQc9Vf7dZkHtWRvcZit1IAsVrDpmWg8jvIAgZe5mDpx IM0PuYNWpIbLYf2q867CX6/D6Lzmq4rVzgcD6ntHHFWNPX6ElyUlXIIgxpRcqF0iQZMI JCWg== X-Gm-Message-State: AOAM531auXJk3fCpAdvpgdKAXAo22rqlYHLmhWr3p8Ye4H87nVB6qSZ2 mQJq433OQN+uy3Xvk+t7Gfl45xiDA/c= X-Google-Smtp-Source: ABdhPJx5xIEg+EYZMikpnD/azmQMqmJB+R0KCGyjQQ8yiC0JwF7mW3z/WqFo4WXijOEniK191smqVQ== X-Received: by 2002:a17:907:3353:: with SMTP id yr19mr28170652ejb.8.1617621049649; Mon, 05 Apr 2021 04:10:49 -0700 (PDT) Received: from ?IPv6:2001:a61:2553:a401:cfc6:2039:a9ec:21ff? ([2001:a61:2553:a401:cfc6:2039:a9ec:21ff]) by smtp.gmail.com with ESMTPSA id x1sm8659215eji.8.2021.04.05.04.10.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 05 Apr 2021 04:10:49 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org Subject: Re: [PATCH v5 33/35] ioctl_fslabel.2: ffix To: Alejandro Colomar References: <20210403194026.102818-1-alx.manpages@gmail.com> <20210404115847.78166-34-alx.manpages@gmail.com> From: "Michael Kerrisk (man-pages)" Message-ID: <157c88cb-2085-1e3c-362f-813017877166@gmail.com> Date: Mon, 5 Apr 2021 13:10:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210404115847.78166-34-alx.manpages@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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, GIT_PATCH_0, KAM_SHORT, NICE_REPLY_A, 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: Mon, 05 Apr 2021 11:10:52 -0000 Hi ALex, On 4/4/21 1:58 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar > --- > man2/ioctl_fslabel.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks, Michael > diff --git a/man2/ioctl_fslabel.2 b/man2/ioctl_fslabel.2 > index 9f5e0dbbd..af17256f0 100644 > --- a/man2/ioctl_fslabel.2 > +++ b/man2/ioctl_fslabel.2 > @@ -36,7 +36,7 @@ If a filesystem supports online label manipulation, these > .BR ioctl (2) > operations can be used to get or set the filesystem label for the filesystem > on which > -.B fd > +.I fd > resides. > The > .B FS_IOC_SETFSLABEL > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/