summaryrefslogtreecommitdiff
path: root/lib/libc/sys/getpriority.2
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
committerlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
commitce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch)
tree450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/getpriority.2
parented88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff)
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/getpriority.2')
-rw-r--r--lib/libc/sys/getpriority.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/getpriority.2 b/lib/libc/sys/getpriority.2
index 1c5713afd78..6e83b96c2c3 100644
--- a/lib/libc/sys/getpriority.2
+++ b/lib/libc/sys/getpriority.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpriority.2,v 1.4 1995/02/27 12:33:15 cgd Exp $
+.\" $NetBSD: getpriority.2,v 1.5 1998/08/29 08:32:38 lukem Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -58,7 +58,7 @@ is obtained with the
call and set with the
.Fn setpriority
call.
-.Fa Which
+.Fa which
is one of
.Dv PRIO_PROCESS ,
.Dv PRIO_PGRP ,
@@ -78,7 +78,7 @@ and a user ID for
A zero value of
.Fa who
denotes the current process, process group, or user.
-.Fa Prio
+.Fa prio
is a value in the range -20 to 20. The default priority is 0;
lower priorities cause more favorable scheduling.
.Pp
@@ -103,7 +103,7 @@ The
call returns 0 if there is no error, or
-1 if there is.
.Sh ERRORS
-.Fn Getpriority
+.Fn getpriority
and
.Fn setpriority
will fail if:
@@ -115,7 +115,7 @@ and
.Fa who
values specified.
.It Bq Er EINVAL
-.Fa Which
+.Fa which
was not one of
.Dv PRIO_PROCESS ,
.Dv PRIO_PGRP ,