1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

(Processes): Fix typo "hhhh".

This commit is contained in:
Kevin Ryde 2003-05-03 22:24:36 +00:00
parent 218b088e2a
commit 004fe2c802

View file

@ -1517,7 +1517,7 @@ or user, as indicated by @var{which} and @var{who}. @var{which}
is one of the variables @code{PRIO_PROCESS}, @code{PRIO_PGRP}
or @code{PRIO_USER}, and @var{who} is interpreted relative to
@var{which} (a process identifier for @code{PRIO_PROCESS},
hhhhprocess group identifier for @code{PRIO_PGRP}, and a user
process group identifier for @code{PRIO_PGRP}, and a user
identifier for @code{PRIO_USER}. A zero value of @var{who}
denotes the current process, process group, or user.
@var{prio} is a value in the range [@minus{}20,20]. The default