diff options
Diffstat (limited to 'man/man3/tomo-Text.to.3')
| -rw-r--r-- | man/man3/tomo-Text.to.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.to.3 b/man/man3/tomo-Text.to.3 index 4de082d3..66fde6e1 100644 --- a/man/man3/tomo-Text.to.3 +++ b/man/man3/tomo-Text.to.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Text.to 3 2025-09-21 "Tomo man-pages" +.TH Text.to 3 2025-11-29 "Tomo man-pages" .SH NAME Text.to \- slice to an end index .SH LIBRARY @@ -36,3 +36,5 @@ A negative index counts backwards from the end of the text, so `-1` refers to th assert "goodbye".to(3) == "goo" assert "goodbye".to(-2) == "goodby" .EE +.SH SEE ALSO +.BR Tomo-Text (3) |
