From 62b0977186c3c014dba102209bbb3c9ac360fbfc Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 1 May 1996 01:18:43 +0000 Subject: Fixed a wrong prerequisite #include and a missing function-arg type. --- lib/libc/sys/rtprio.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/libc/sys/rtprio.2 b/lib/libc/sys/rtprio.2 index 7926e92..276af3b 100644 --- a/lib/libc/sys/rtprio.2 +++ b/lib/libc/sys/rtprio.2 @@ -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 +.Fd #include .Fd #include .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. -- cgit v1.1