CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2014/06/27 15:06:33
Modified files: lib/libc/sys : ioctl.2 Log message: Cleanup ioctl.2 slightly: - Markup ioctl argument types with Fa - Be clearer that ioctl arguments are pointers to ints. Similar changes to follow for manual pages that describe device-specific ioctl commands. Discussed with jmc and schwarze.