aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Byte.is_between.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Byte.is_between.3')
-rw-r--r--man/man3/tomo-Byte.is_between.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man3/tomo-Byte.is_between.3 b/man/man3/tomo-Byte.is_between.3
index 8c7e871c..06e53fb0 100644
--- a/man/man3/tomo-Byte.is_between.3
+++ b/man/man3/tomo-Byte.is_between.3
@@ -19,12 +19,12 @@ Determines if an integer is between two numbers (inclusive).
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-x Byte The integer to be checked. -
-low Byte The lower bound to check (inclusive). -
-high Byte The upper bound to check (inclusive). -
+lb lb lbx
+l l l.
+Name Type Description
+x Byte The integer to be checked.
+low Byte The lower bound to check (inclusive).
+high Byte The upper bound to check (inclusive).
.TE
.SH RETURN
`yes` if `low <= x and x <= high`, otherwise `no`