On Fri, Jul 22, 2022 at 12:03:23PM +0200, Alejandro Colomar (man-pages) wrote: > > SEE ALSO > > ioctl(2) > > > > at the end of an ioctl_XXX manpage like this one. > > > > Okay. Then may I ask for an EXAMPLES section with a program that > unequivocally shows users how to use it? I'll note that existing ioctl man pages don't have an explicit statement that a libc is required --- nor do we do this for open(2), stat(2), etc. (And that's especially necessary for stat(2), BTW!) Many of the ioctl man pages (or other system call man pages, for that matter) also don't have an EXAMPLES section, either. Perhaps it would be useful to have a discussion over what the standards are for man pages in section 2, and when we need to state things that seem to be rather obvious (like "you must have a C library") and when there should be things like an EXAMPLES section? Some the suggestions you are making don't seem to be adhered to by the existing man pages, and more text is not always better. https://www.npr.org/sections/13.7/2014/02/03/270680304/this-could-have-been-shorter - Ted