c-user: Fix use of lower and higher priority

This commit is contained in:
Sebastian Huber 2021-09-15 17:44:55 +02:00
parent 5fdc744dce
commit 28188d4652

View File

@ -676,9 +676,9 @@ Glossary
For the Classic :term:`API`, if a numerical priority value ``A`` is greater
than a numerical priority value ``B``, then ``A`` expresses a
:term:`higher priority` than ``B``. If a numerical priority value ``C`` is
:term:`lower priority` than ``B``. If a numerical priority value ``C`` is
less than a numerical priority value ``D``, then ``C`` expresses a
:term:`lower priority` than ``D``.
:term:`higher priority` than ``D``.
For the :term:`POSIX` API, if a numerical priority value ``R`` is less than
a numerical priority value ``S``, then ``R`` expresses a lower priority than