Date: Wed, 28 Aug 2024 01:21:23 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Yuri Pankov <yuri@aetern.org> 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: <Zs5RYx_bWEkbUy6s@kib.kiev.ua> In-Reply-To: <8bb9edf4-e0f4-4cfb-8b76-4c132a9abd5a@aetern.org> References: <202408272209.47RM9rVX002767@gitrepo.freebsd.org> <8bb9edf4-e0f4-4cfb-8b76-4c132a9abd5a@aetern.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jlduran@gmail.com> > > AuthorDate: 2024-08-27 03:48:09 +0000 > > Commit: Konstantin Belousov <kib@FreeBSD.org> > > 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Zs5RYx_bWEkbUy6s>