From owner-dev-commits-src-all@freebsd.org Sat Feb 27 16:59:17 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC47A54CEFE; Sat, 27 Feb 2021 16:59:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.107.128.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dnt6F6HDJz3NPf; Sat, 27 Feb 2021 16:59:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id E573A60107; Sat, 27 Feb 2021 16:59:16 +0000 (UTC) Date: Sat, 27 Feb 2021 16:59:16 +0000 (GMT) From: Robert Watson To: Jessica Clarke cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Subject: Re: git: 7bfd84444e6f - main - Provide a man page for VOP_SETLABEL(9). In-Reply-To: <7AAF0AD3-F975-4149-A4E0-DDE3CA0717EF@freebsd.org> Message-ID: <2fc6bb6-3118-27bc-4860-b6454e6a4647@fledge.watson.org> References: <202102271652.11RGq1YX064517@gitrepo.freebsd.org> <7AAF0AD3-F975-4149-A4E0-DDE3CA0717EF@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4Dnt6F6HDJz3NPf X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2021 16:59:18 -0000 On Sat, 27 Feb 2021, Jessica Clarke wrote: >> +This vnode call is made by >> +.Xr mac 9 >> +file relabeling operation has been authorized, and the filesystem must now >> be > > I think you're missing some words at the start of this line? Indeed - the word "once". I'll pause a few minutes before fixing it in case you spot anything else :-). Robert