diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-02 16:30:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-02 16:30:28 +0000 |
commit | 48b22986ccb7751b8474189ac1b610265b242c30 (patch) | |
tree | bec7abdbb6e3008a6d6d1b04e27fb7075109ea83 /manual/resource.texi | |
parent | 3501542f9475d352fd77bef5c8902cc6c14673c2 (diff) | |
download | glibc-48b22986ccb7751b8474189ac1b610265b242c30.tar.gz glibc-48b22986ccb7751b8474189ac1b610265b242c30.tar.xz glibc-48b22986ccb7751b8474189ac1b610265b242c30.zip |
* manual/arith.texi: Avoid @strong{Note:}.
* manual/creature.texi: Likewise. * manual/filesys.texi: Likewise. * manual/math.texi: Likewise. * manual/memory.texi: Likewise. * manual/resource.texi: Likewise. * manual/syslog.texi: Likewise. * manual/time.texi: Likewise.
Diffstat (limited to 'manual/resource.texi')
-rw-r--r-- | manual/resource.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/resource.texi b/manual/resource.texi index aabd28976a..4a814c9e4a 100644 --- a/manual/resource.texi +++ b/manual/resource.texi @@ -591,7 +591,7 @@ ready to execute instructions right now. When a process blocks to wait for something like I/O, its absolute priority is irrelevant. @cindex runnable process -@strong{Note:} The term ``runnable'' is a synonym for ``ready to run.'' +@strong{NB:} The term ``runnable'' is a synonym for ``ready to run.'' When two processes are running or ready to run and both have the same absolute priority, it's more interesting. In that case, who gets the @@ -663,7 +663,7 @@ privileged process constantly monitors the process' CPU usage and raises its absolute priority when the process isn't getting its entitled share and lowers it when the process is exceeding it. -@strong{Note:} The absolute priority is sometimes called the ``static +@strong{NB:} The absolute priority is sometimes called the ``static priority.'' We don't use that term in this manual because it misses the most important feature of the absolute priority: its absoluteness. |