aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.lines.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.lines.3')
-rw-r--r--man/man3/tomo-Text.lines.312
1 files changed, 7 insertions, 5 deletions
diff --git a/man/man3/tomo-Text.lines.3 b/man/man3/tomo-Text.lines.3
index a2397c40..7c53ed54 100644
--- a/man/man3/tomo-Text.lines.3
+++ b/man/man3/tomo-Text.lines.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.lines 3 2025-11-09 "Tomo man-pages"
+.TH Text.lines 3 2025-11-29 "Tomo man-pages"
.SH NAME
Text.lines \- get list of lines
.SH LIBRARY
@@ -19,10 +19,10 @@ Splits the text into a list of lines of text, preserving blank lines, ignoring t
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-text Text The text to be split into lines. -
+lb lb lbx
+l l l.
+Name Type Description
+text Text The text to be split into lines.
.TE
.SH RETURN
A list of substrings resulting from the split.
@@ -35,3 +35,5 @@ assert "one\[rs]ntwo\[rs]nthree\[rs]n\[rs]n".lines() == ["one", "two", "three",
assert "one\[rs]r\[rs]ntwo\[rs]r\[rs]nthree\[rs]r\[rs]n".lines() == ["one", "two", "three"]
assert "".lines() == []
.EE
+.SH SEE ALSO
+.BR Tomo-Text (3)