aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.without_suffix.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.without_suffix.3')
-rw-r--r--man/man3/tomo-Text.without_suffix.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.without_suffix.3 b/man/man3/tomo-Text.without_suffix.3
index 45d818a7..9b45d624 100644
--- a/man/man3/tomo-Text.without_suffix.3
+++ b/man/man3/tomo-Text.without_suffix.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.without_suffix 3 2025-09-21 "Tomo man-pages"
+.TH Text.without_suffix 3 2025-11-29 "Tomo man-pages"
.SH NAME
Text.without_suffix \- remove suffix
.SH LIBRARY
@@ -33,3 +33,5 @@ A text without the given suffix (if present) or the unmodified text if the suffi
assert "baz.foo".without_suffix(".foo") == "baz"
assert "qux".without_suffix(".foo") == "qux"
.EE
+.SH SEE ALSO
+.BR Tomo-Text (3)