aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Num.clamped.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Num.clamped.3')
-rw-r--r--man/man3/tomo-Num.clamped.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man3/tomo-Num.clamped.3 b/man/man3/tomo-Num.clamped.3
index 8561babc..21136b26 100644
--- a/man/man3/tomo-Num.clamped.3
+++ b/man/man3/tomo-Num.clamped.3
@@ -19,12 +19,12 @@ Returns the given number clamped between two values so that it is within that ra
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-x Num The number to clamp. -
-low Num The lowest value the result can take. -
-high Num The highest value the result can take. -
+lb lb lbx
+l l l.
+Name Type Description
+x Num The number to clamp.
+low Num The lowest value the result can take.
+high Num The highest value the result can take.
.TE
.SH RETURN
The first argument clamped between the other two arguments.