From nobody Tue Aug 27 22:21:23 2024 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Wthpk4kh2z5MVgt; Tue, 27 Aug 2024 22:21:34 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Wthpk2R30z58Lf; Tue, 27 Aug 2024 22:21:34 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 47RMLOJn009297; Wed, 28 Aug 2024 01:21:27 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 47RMLOJn009297 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 47RMLOkK009296; Wed, 28 Aug 2024 01:21:24 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 28 Aug 2024 01:21:23 +0300 From: Konstantin Belousov To: Yuri Pankov Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: f5a37f8dd319 - main - open(2): mandoc -T lint Message-ID: References: <202408272209.47RM9rVX002767@gitrepo.freebsd.org> <8bb9edf4-e0f4-4cfb-8b76-4c132a9abd5a@aetern.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8bb9edf4-e0f4-4cfb-8b76-4c132a9abd5a@aetern.org> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.1 X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on tom.home X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Queue-Id: 4Wthpk2R30z58Lf On Wed, Aug 28, 2024 at 05:12:48AM +0700, Yuri Pankov wrote: > Konstantin Belousov wrote: > > The branch main has been updated by kib: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=f5a37f8dd319e3007b126b77376e61ad96f44d8b > > > > commit f5a37f8dd319e3007b126b77376e61ad96f44d8b > > Author: Jose Luis Duran > > AuthorDate: 2024-08-27 03:48:09 +0000 > > Commit: Konstantin Belousov > > CommitDate: 2024-08-27 22:09:33 +0000 > > > > open(2): mandoc -T lint > > > > Lint the manual, addressing almost all requests. > > > > Differential revision: https://reviews.freebsd.org/D46450 > > MFC after: 1 week > > --- > > lib/libsys/open.2 | 15 +++++++++------ > > 1 file changed, 9 insertions(+), 6 deletions(-) > > > > diff --git a/lib/libsys/open.2 b/lib/libsys/open.2 > > index be164aae1834..220561cc5683 100644 > > --- a/lib/libsys/open.2 > > +++ b/lib/libsys/open.2 > > @@ -252,7 +252,7 @@ controlling terminal when it opens a tty device. > > This is the default on > > .Fx , > > but is present for > > -.Tn POSIX > > +POSIX > > compatibility. > > The > > .Fn open > > @@ -265,7 +265,7 @@ initially opening a TTY. > > This is the default on > > .Fx , > > but is present for > > -.Tn POSIX > > +POSIX > > compatibility. > > The initial call to > > .Fn open > > @@ -384,7 +384,7 @@ The file pointer used to mark the current position within the > > file is set to the beginning of the file. > > .Pp > > If a sleeping open of a device node from > > -.Xr devfs 4 > > +.Xr devfs 5 > > This looks wrong, we now have fs man pages in section 4. Thanks. I checked it on my stable/14 w/s.