mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:16:37 +08:00
Fix double quotes.
This commit is contained in:
parent
0d86b7111e
commit
00d1a0a1fb
@ -359,8 +359,8 @@ TIMESPEC_LESS_THAN - Less than operator
|
|||||||
|
|
||||||
**STATUS CODES:**
|
**STATUS CODES:**
|
||||||
|
|
||||||
This method returns ``struct true`` if ``lhs`` is less than``rhs`` and ``struct
|
This method returns ``struct true`` if ``lhs`` is less than ``rhs`` and
|
||||||
false`` otherwise.
|
``struct false`` otherwise.
|
||||||
|
|
||||||
**DESCRIPTION:**
|
**DESCRIPTION:**
|
||||||
|
|
||||||
@ -390,7 +390,7 @@ TIMESPEC_GREATER_THAN - Greater than operator
|
|||||||
|
|
||||||
**STATUS CODES:**
|
**STATUS CODES:**
|
||||||
|
|
||||||
This method returns ``struct true`` if ``lhs`` is greater than``rhs`` and
|
This method returns ``struct true`` if ``lhs`` is greater than ``rhs`` and
|
||||||
``struct false`` otherwise.
|
``struct false`` otherwise.
|
||||||
|
|
||||||
**DESCRIPTION:**
|
**DESCRIPTION:**
|
||||||
@ -419,7 +419,7 @@ TIMESPEC_EQUAL_TO - Check equality of timespecs
|
|||||||
|
|
||||||
**STATUS CODES:**
|
**STATUS CODES:**
|
||||||
|
|
||||||
This method returns ``struct true`` if ``lhs`` is equal to``rhs`` and ``struct
|
This method returns ``struct true`` if ``lhs`` is equal to ``rhs`` and ``struct
|
||||||
false`` otherwise.
|
false`` otherwise.
|
||||||
|
|
||||||
**DESCRIPTION:**
|
**DESCRIPTION:**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user