aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-List.clear.3
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-11 15:50:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-11 15:50:19 -0400
commit436d2e02debe058e9968935e742e397c19de628a (patch)
treec51d08a586ead5c4f22d3f2d12695c4a7cf6cbca /man/man3/tomo-List.clear.3
parent7e8604daeb9239e1669c5414dd6caa37af30c4ff (diff)
Improvements to set support and updating docs
Diffstat (limited to 'man/man3/tomo-List.clear.3')
-rw-r--r--man/man3/tomo-List.clear.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-List.clear.3 b/man/man3/tomo-List.clear.3
index e912c983..bece5524 100644
--- a/man/man3/tomo-List.clear.3
+++ b/man/man3/tomo-List.clear.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH List.clear 3 2025-04-30 "Tomo man-pages"
+.TH List.clear 3 2025-10-11 "Tomo man-pages"
.SH NAME
List.clear \- clear a list
.SH LIBRARY
@@ -29,5 +29,5 @@ Nothing.
.SH EXAMPLES
.EX
->> my_list.clear()
+my_list.clear()
.EE