summaryrefslogtreecommitdiffstats
path: root/doc/user/chains.t
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-09 08:19:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-09 08:19:38 +0000
commiteaf1c0c44c8081f0c43bb172ddcf8d8307cc2c8a (patch)
treeb087b529cce647905024190d5ace0a70d9d0c1d1 /doc/user/chains.t
parent2008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-eaf1c0c44c8081f0c43bb172ddcf8d8307cc2c8a.tar.bz2
More "bool" cleanup.
Diffstat (limited to 'doc/user/chains.t')
-rwxr-xr-xdoc/user/chains.t56
1 files changed, 28 insertions, 28 deletions
diff --git a/doc/user/chains.t b/doc/user/chains.t
index f99d9cfc1b..baa12234c0 100755
--- a/doc/user/chains.t
+++ b/doc/user/chains.t
@@ -246,12 +246,12 @@ bool @value{DIRPREFIX}chain_is_null_node(
@subheading RETURNS
-Returns true is the node point is NULL and false if the node is not
+Returns @code{true} is the node point is NULL and @code{false} if the node is not
NULL.
@subheading DESCRIPTION:
-Tests the node to see if it is a NULL returning true if a null.
+Tests the node to see if it is a NULL returning @code{true} if a null.
@c
@c
@@ -329,13 +329,13 @@ bool @value{DIRPREFIX}chain_are_nodes_equal(
@subheading RETURNS
-This function returns true if the left node and the right node are
-equal, and false otherwise.
+This function returns @code{true} if the left node and the right node are
+equal, and @code{false} otherwise.
@subheading DESCRIPTION:
-This function returns true if the left node and the right node are
-equal, and false otherwise.
+This function returns @code{true} if the left node and the right node are
+equal, and @code{false} otherwise.
@c
@c
@@ -358,12 +358,12 @@ bool @value{DIRPREFIX}chain_is_empty(
@subheading RETURNS
-This function returns true if there a no nodes on the chain and false
+This function returns @code{true} if there a no nodes on the chain and @code{false}
otherwise.
@subheading DESCRIPTION:
-This function returns true if there a no nodes on the chain and false
+This function returns @code{true} if there a no nodes on the chain and @code{false}
otherwise.
@c
@@ -387,13 +387,13 @@ bool @value{DIRPREFIX}chain_is_first(
@subheading RETURNS
-This function returns true if the node is the first node on a chain
-and false otherwise.
+This function returns @code{true} if the node is the first node on a chain
+and @code{false} otherwise.
@subheading DESCRIPTION:
-This function returns true if the node is the first node on a chain
-and false otherwise.
+This function returns @code{true} if the node is the first node on a chain
+and @code{false} otherwise.
@c
@c
@@ -416,13 +416,13 @@ bool @value{DIRPREFIX}chain_is_last(
@subheading RETURNS
-This function returns true if the node is the last node on a chain and
-false otherwise.
+This function returns @code{true} if the node is the last node on a chain and
+@code{false} otherwise.
@subheading DESCRIPTION:
-This function returns true if the node is the last node on a chain and
-false otherwise.
+This function returns @code{true} if the node is the last node on a chain and
+@code{false} otherwise.
@c
@c
@@ -445,13 +445,13 @@ bool @value{DIRPREFIX}chain_has_only_one_node(
@subheading RETURNS
-This function returns true if there is only one node on the chain and
-false otherwise.
+This function returns @code{true} if there is only one node on the chain and
+@code{false} otherwise.
@subheading DESCRIPTION:
-This function returns true if there is only one node on the chain and
-false otherwise.
+This function returns @code{true} if there is only one node on the chain and
+@code{false} otherwise.
@c
@c
@@ -475,13 +475,13 @@ bool @value{DIRPREFIX}chain_is_head(
@subheading RETURNS
-This function returns true if the node is the head of the chain and
-false otherwise.
+This function returns @code{true} if the node is the head of the chain and
+@code{false} otherwise.
@subheading DESCRIPTION:
-This function returns true if the node is the head of the chain and
-false otherwise.
+This function returns @code{true} if the node is the head of the chain and
+@code{false} otherwise.
@c
@c
@@ -505,13 +505,13 @@ bool @value{DIRPREFIX}chain_is_tail(
@subheading RETURNS
-This function returns true if the node is the tail of the chain and
-false otherwise.
+This function returns @code{true} if the node is the tail of the chain and
+@code{false} otherwise.
@subheading DESCRIPTION:
-This function returns true if the node is the tail of the chain and
-false otherwise.
+This function returns @code{true} if the node is the tail of the chain and
+@code{false} otherwise.
@c
@c