diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
| commit | 2efeeba554cbd7bdee9cfe17641c8bd335c7972f (patch) | |
| tree | f0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/sys/getpriority.2 | |
| parent | 3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/getpriority.2')
| -rw-r--r-- | lib/libc/sys/getpriority.2 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/libc/sys/getpriority.2 b/lib/libc/sys/getpriority.2 index 9466435eb30a..0b580dc014d0 100644 --- a/lib/libc/sys/getpriority.2 +++ b/lib/libc/sys/getpriority.2 @@ -59,7 +59,9 @@ is obtained with the system call and set with the .Fn setpriority system call. -.Fa Which +The +.Fa which +argument is one of .Dv PRIO_PROCESS , .Dv PRIO_PGRP , @@ -79,7 +81,9 @@ and a user ID for A zero value of .Fa who denotes the current process, process group, or user. -.Fa Prio +The +.Fa prio +argument is a value in the range -20 to 20. The default priority is 0; lower priorities cause more favorable scheduling. .Pp @@ -116,7 +120,9 @@ and .Fa who values specified. .It Bq Er EINVAL -.Fa Which +The +.Fa which +argument was not one of .Dv PRIO_PROCESS , .Dv PRIO_PGRP , |
