]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(Priority): Fix up setpriority slightly.
authorRoland McGrath <roland@gnu.org>
Mon, 24 Oct 1994 05:44:32 +0000 (05:44 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 24 Oct 1994 05:44:32 +0000 (05:44 +0000)
manual/time.texi

index e3d2ce10754d9bfdca264cd4d06bf0fa6c182ba3..5cc512b7d2ede915504357942e575f2ff9969e33 100644 (file)
@@ -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: