Fixed a wrong prerequisite #include and a missing function-arg type.

This commit is contained in:
Bruce Evans 1996-05-01 01:18:43 +00:00
parent 6c0be88a57
commit 3a880d5ded

View File

@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: rtprio.2,v 1.3 1995/08/05 07:31:19 bde Exp $
.\" $Id: rtprio.2,v 1.4 1996/02/11 22:34:33 mpp Exp $
.\"
.Dd July 23, 1994
.Dt RTPRIO 2
@ -35,10 +35,10 @@
.Nm rtprio
.Nd examine or modify a process realtime or idle priority
.Sh SYNOPSIS
.Fd #include <sys/resource.h>
.Fd #include <sys/types.h>
.Fd #include <sys/rtprio.h>
.Ft int
.Fn rtprio "function" "pid_t pid" "struct rtprio *rtp"
.Fn rtprio "int function" "pid_t pid" "struct rtprio *rtp"
.Sh DESCRIPTION
.Fn rtprio
is used to lookup or change the realtime or idle priority of a process.