Commit Graph

8 Commits

Author SHA1 Message Date
Ruslan Ermilov 5f13a5ab2e This really belongs to section 8. 1999-06-15 14:04:19 +00:00
Philippe Charnier cfebbb6c1a Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) and
add SEE ALSO.
1998-01-05 07:19:15 +00:00
Sean Eric Fagan 267ffcab5c Add a copyright and license statement, at the request of Jordan. 1997-12-20 18:34:49 +00:00
Sean Eric Fagan d7b7dcba41 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 Wemm ded275c6ec explicitly set MAN8 since only MAN1 is defaulted. 1997-12-07 02:35:18 +00:00
Peter Wemm 766c9acef4 Add $Id$ 1997-12-07 02:30:43 +00:00
Peter Wemm 57b1764ffb delete -static, add $Id$ 1997-12-07 02:29:28 +00:00
Sean Eric Fagan c430992a81 First checkin of the procctl program. 1997-12-06 04:19:09 +00:00