From 004fe2c8021a98d1db0f18ddb4916703324a1dd6 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 3 May 2003 22:24:36 +0000 Subject: [PATCH] (Processes): Fix typo "hhhh". --- doc/ref/posix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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