On Sat, Apr 25, 2015 at 01:38:02PM +0200, David Vasek wrote: > On Tue, 21 Apr 2015, Alex Greif wrote: > > >Hi, > > > >while reading the intro(1) man page, I found a small inconsistency with > >the subsequent man pages: > > > >../man3/intro.3:The manual pages in section 3 provide an overview of the C > >library > >../man5/intro.5:The manual pages in section 5 contain information related to > >../man6/intro.6:The manual pages in section 6 contain information about the > >../man7/intro.7:The manual pages in section 7 section contain > >miscellaneous documentation. > ^^^^^^^^^^^^^^^^^^^ > > While you didn't intend it, your e-mail also highlited this typo. > > Regards, > David >
fixed, thanks. jmc > Index: src/share/man/man7/intro.7 > =================================================================== > RCS file: /cvs/src/share/man/man7/intro.7,v > retrieving revision 1.16 > diff -u -p -r1.16 intro.7 > --- src/share/man/man7/intro.7 20 Jan 2014 20:26:56 -0000 1.16 > +++ src/share/man/man7/intro.7 25 Apr 2015 11:29:00 -0000 > @@ -37,7 +37,7 @@ > .Nm intro > .Nd miscellaneous information pages > .Sh DESCRIPTION > -The manual pages in section 7 section contain miscellaneous documentation. > +The manual pages in section 7 contain miscellaneous documentation. > .Pp > .Bl -tag -width "mirroring-ports(7)" -compact > .It Xr ascii 7 >
