aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-List.binary_search.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-List.binary_search.3')
-rw-r--r--man/man3/tomo-List.binary_search.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-List.binary_search.3 b/man/man3/tomo-List.binary_search.3
index b2cb1759..ca92602d 100644
--- a/man/man3/tomo-List.binary_search.3
+++ b/man/man3/tomo-List.binary_search.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH List.binary_search 3 2025-09-21 "Tomo man-pages"
+.TH List.binary_search 3 2025-11-29 "Tomo man-pages"
.SH NAME
List.binary_search \- binary search
.SH LIBRARY
@@ -34,3 +34,5 @@ assert [1, 3, 5, 7, 9].binary_search(5) == 3
assert [1, 3, 5, 7, 9].binary_search(-999) == 1
assert [1, 3, 5, 7, 9].binary_search(999) == 6
.EE
+.SH SEE ALSO
+.BR Tomo-List (3)