Commit Graph

7 Commits

Author SHA1 Message Date
charnier
cc9e961bd8 Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) and
add SEE ALSO.
1998-01-05 07:19:15 +00:00
sef
ddcc23c3f0 Add a copyright and license statement, at the request of Jordan. 1997-12-20 18:34:49 +00:00
sef
49436fdfd5 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
acacc98bcc explicitly set MAN8 since only MAN1 is defaulted. 1997-12-07 02:35:18 +00:00
peter
747c0a1cde Add $Id$ 1997-12-07 02:30:43 +00:00
peter
f61acd6db6 delete -static, add $Id$ 1997-12-07 02:29:28 +00:00
sef
5b7f0945bd First checkin of the procctl program. 1997-12-06 04:19:09 +00:00