aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-List.insert.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-List.insert.3')
-rw-r--r--man/man3/tomo-List.insert.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-List.insert.3 b/man/man3/tomo-List.insert.3
index 5876bb80..f885c1eb 100644
--- a/man/man3/tomo-List.insert.3
+++ b/man/man3/tomo-List.insert.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH List.insert 3 2025-11-09 "Tomo man-pages"
+.TH List.insert 3 2025-11-29 "Tomo man-pages"
.SH NAME
List.insert \- add an item to a list
.SH LIBRARY
@@ -41,3 +41,5 @@ assert list == [10, 20, 30]
list.insert(999, at=2)
assert list == [10, 999, 20, 30]
.EE
+.SH SEE ALSO
+.BR Tomo-List (3)