Commit Graph

7 Commits

Author SHA1 Message Date
charnier
ed0fac0704 Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) and
add SEE ALSO.
1998-01-05 07:19:15 +00:00
sef
4c99c6919f Add a copyright and license statement, at the request of Jordan. 1997-12-20 18:34:49 +00:00
sef
f13ddbc865 Change the ioctls for procfs around a bit; in particular, whever possible,
change from

	ioctl(fd, PIOC<foo>, &i);

to

	ioctl(fd, PIOC<foo>, i);

This is going from the _IOW to _IO ioctl macro.  The kernel, procctl, and
truss must be in synch for it all to work (not doing so will get errors about
inappropriate ioctl's, fortunately).  Hopefully I didn't forget anything :).
1997-12-13 03:13:49 +00:00
peter
5e4975d7f9 explicitly set MAN8 since only MAN1 is defaulted. 1997-12-07 02:35:18 +00:00
peter
fe9d6d67b2 Add $Id$ 1997-12-07 02:30:43 +00:00
peter
ace735d815 delete -static, add $Id$ 1997-12-07 02:29:28 +00:00
sef
54294bb9ab First checkin of the procctl program. 1997-12-06 04:19:09 +00:00