aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.trim.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.trim.3')
-rw-r--r--man/man3/tomo-Text.trim.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.trim.3 b/man/man3/tomo-Text.trim.3
index b7daa310..1a2a8503 100644
--- a/man/man3/tomo-Text.trim.3
+++ b/man/man3/tomo-Text.trim.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.trim 3 2025-09-21 "Tomo man-pages"
+.TH Text.trim 3 2025-11-29 "Tomo man-pages"
.SH NAME
Text.trim \- trim characters
.SH LIBRARY
@@ -36,3 +36,5 @@ assert " x y z \[rs]n".trim() == "x y z"
assert "one,".trim(",") == "one"
assert " xyz ".trim(right=no) == "xyz "
.EE
+.SH SEE ALSO
+.BR Tomo-Text (3)