Re: git: f5a37f8dd319 - main - open(2): mandoc -T lint
- In reply to: Yuri Pankov : "Re: git: f5a37f8dd319 - main - open(2): mandoc -T lint"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Aug 2024 22:21:23 UTC
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.