diff options
Diffstat (limited to 'man/man3/tomo-Text.find.3')
| -rw-r--r-- | man/man3/tomo-Text.find.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.find.3 b/man/man3/tomo-Text.find.3 index 17d78a0a..b145ae3c 100644 --- a/man/man3/tomo-Text.find.3 +++ b/man/man3/tomo-Text.find.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Text.find 3 2025-11-23 "Tomo man-pages" +.TH Text.find 3 2025-11-29 "Tomo man-pages" .SH NAME Text.find \- find a substring .SH LIBRARY @@ -36,3 +36,5 @@ assert "one two".find("two") == 5 assert "one two".find("three") == none assert "one two".find("o", start=2) == 7 .EE +.SH SEE ALSO +.BR Tomo-Text (3) |
