diff options
author | wosch <wosch@FreeBSD.org> | 1998-08-31 16:41:09 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-08-31 16:41:09 +0000 |
commit | 68cda92e4a0af0935407074f90fc00b96cee6f23 (patch) | |
tree | 64abab98aac0f70ff617b3200b2e663292ef7fc2 /lib/libc/sys | |
parent | e8396430fbd509920306a84bd6578f58570e0b1b (diff) | |
download | FreeBSD-src-68cda92e4a0af0935407074f90fc00b96cee6f23.zip FreeBSD-src-68cda92e4a0af0935407074f90fc00b96cee6f23.tar.gz |
Sort cross references.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sched_get_priority_max.2 | 8 | ||||
-rw-r--r-- | lib/libc/sys/sched_setparam.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/sched_setscheduler.2 | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2 index 2b9fa59..6d11d00 100644 --- a/lib/libc/sys/sched_get_priority_max.2 +++ b/lib/libc/sys/sched_get_priority_max.2 @@ -1,4 +1,4 @@ -.\" $Id:$ +.\" $Id: sched_get_priority_max.2,v 1.1 1998/03/28 11:48:50 dufault Exp $ .\" Copyright (c) 1998 HD Associates, Inc. .\" All rights reserved. .\" @@ -108,10 +108,10 @@ No process can be found corresponding to that specified by .Fa pid . .El .Sh SEE ALSO -.Xr sched_getparam 2 , -.Xr sched_setparam 2 , .Xr sched_get_scheduler 2 , -.Xr sched_set_scheduler 2 +.Xr sched_getparam 2 , +.Xr sched_set_scheduler 2 , +.Xr sched_setparam 2 .Sh STANDARDS The .Fn sched_setscheduler diff --git a/lib/libc/sys/sched_setparam.2 b/lib/libc/sys/sched_setparam.2 index b63d959..629f81a 100644 --- a/lib/libc/sys/sched_setparam.2 +++ b/lib/libc/sys/sched_setparam.2 @@ -1,4 +1,4 @@ -.\" $Id: sched_setparam.2,v 1.1 1998/03/28 11:48:52 dufault Exp $ +.\" $Id: sched_setparam.2,v 1.2 1998/06/04 21:05:45 steve Exp $ .\" Copyright (c) 1998 HD Associates, Inc. .\" All rights reserved. .\" @@ -157,11 +157,11 @@ is outside the range defined for the scheduling policy of the specified .Fa pid . .El .Sh SEE ALSO -.Xr sched_getscheduler 2 , -.Xr sched_setscheduler 2 , .Xr sched_get_priority_max 2 , .Xr sched_get_priority_min 2 , +.Xr sched_getscheduler 2 , .Xr sched_rr_get_interval 2 , +.Xr sched_setscheduler 2 , .Xr sched_yield 2 .Sh STANDARDS The diff --git a/lib/libc/sys/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2 index 7635bfe..2a196c8 100644 --- a/lib/libc/sys/sched_setscheduler.2 +++ b/lib/libc/sys/sched_setscheduler.2 @@ -1,4 +1,4 @@ -.\" $Id:$ +.\" $Id: sched_setscheduler.2,v 1.1 1998/03/28 11:48:55 dufault Exp $ .\" Copyright (c) 1998 HD Associates, Inc. .\" All rights reserved. .\" @@ -152,11 +152,11 @@ parameter is invalid, or one or more of the parameters contained in is outside the valid range for the specified scheduling policy. .El .Sh SEE ALSO -.Xr sched_getparam 2 , -.Xr sched_setparam 2 , .Xr sched_get_priority_max 2 , .Xr sched_get_priority_min 2 , +.Xr sched_getparam 2 , .Xr sched_rr_get_interval 2 , +.Xr sched_setparam 2 , .Xr sched_yield 2 .Sh STANDARDS The |