On Tue, Jan 05, 2016 at 02:56:00PM +0000, Gerald Hanuer wrote: > Hello tech@, > > There's is no mention of the user land program "video(1)" in video(4) > or uvideo(4) for that matter, > so add a link in the chain. > > Regards, > > Gerald Hanuer >
taken, thanks. but note that SEE ALSO sorts by section number first, so the video(1) reference should be the first entry. jmc > Index: video.4 > =================================================================== > RCS file: /cvs/src/share/man/man4/video.4,v > retrieving revision 1.13 > diff -u -p -r1.13 video.4 > --- video.4 2 Jan 2016 07:46:07 -0000 1.13 > +++ video.4 5 Jan 2016 14:31:32 -0000 > @@ -439,7 +439,8 @@ ioctl command without blocking. > .El > .Sh SEE ALSO > .Xr ioctl 2 , > -.Xr uvideo 4 > +.Xr uvideo 4 , > +.Xr video 1 > .Sh HISTORY > The > .Nm >
