summaryrefslogtreecommitdiffstats
path: root/c_user
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-18 15:31:34 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit00d1a0a1fb6b96d4e8c72d15c62486396a0acc56 (patch)
tree1f590d8f14a18bfc4b7b13b41429a0e6e053339a /c_user
parentClean up. (diff)
downloadrtems-docs-00d1a0a1fb6b96d4e8c72d15c62486396a0acc56.tar.bz2
Fix double quotes.
Diffstat (limited to 'c_user')
-rw-r--r--c_user/timespec_helpers.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/c_user/timespec_helpers.rst b/c_user/timespec_helpers.rst
index 712905b..a813bfa 100644
--- a/c_user/timespec_helpers.rst
+++ b/c_user/timespec_helpers.rst
@@ -359,8 +359,8 @@ TIMESPEC_LESS_THAN - Less than operator
**STATUS CODES:**
-This method returns ``struct true`` if ``lhs`` is less than``rhs`` and ``struct
-false`` otherwise.
+This method returns ``struct true`` if ``lhs`` is less than ``rhs`` and
+``struct false`` otherwise.
**DESCRIPTION:**
@@ -390,7 +390,7 @@ TIMESPEC_GREATER_THAN - Greater than operator
**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.
**DESCRIPTION:**
@@ -419,7 +419,7 @@ TIMESPEC_EQUAL_TO - Check equality of timespecs
**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.
**DESCRIPTION:**