diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-05-03 22:24:36 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-05-03 22:24:36 +0000 |
commit | 004fe2c8021a98d1db0f18ddb4916703324a1dd6 (patch) | |
tree | 512a176bd14fd975580a7060c52d958db324f14f | |
parent | 218b088e2afed0618529d18659d97a8d79ba4262 (diff) | |
download | guile-004fe2c8021a98d1db0f18ddb4916703324a1dd6.tar.gz |
(Processes): Fix typo "hhhh".
-rw-r--r-- | doc/ref/posix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index fdd8c5112..d78c31604 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -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 |