summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-24 05:44:32 +0000
committerRoland McGrath <roland@gnu.org>1994-10-24 05:44:32 +0000
commitd21c246188e2266e3d6ea0d41153bc46d479eaa1 (patch)
tree675488e88a92be86cb6642b20e21da5e139921fb
parentf030626fed103b235b1885334eeb423da86c38a2 (diff)
(Priority): Fix up setpriority slightly.
-rw-r--r--manual/time.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/time.texi b/manual/time.texi
index e3d2ce1075..5cc512b7d2 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -1500,8 +1500,8 @@ could be the priority value. The only way to make certain is to set
@comment sys/resource.h
@comment BSD
@deftypefun int setpriority (int @var{class}, int @var{id}, int @var{priority})
-Set the priority of a class of processes; @var{class} and @var{id}
-specify which ones (see below).
+Set the priority of a class of processes to @var{priority}; @var{class}
+and @var{id} specify which ones (see below).
The return value is @code{0} on success and @code{-1} on failure. The
following @code{errno} error condition are defined for this function: