diff options
Diffstat (limited to 'man/man3/tomo-Table.clear.3')
| -rw-r--r-- | man/man3/tomo-Table.clear.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/man/man3/tomo-Table.clear.3 b/man/man3/tomo-Table.clear.3 index be91c5ce..1e2816dd 100644 --- a/man/man3/tomo-Table.clear.3 +++ b/man/man3/tomo-Table.clear.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Table.clear 3 2025-11-09 "Tomo man-pages" +.TH Table.clear 3 2025-11-29 "Tomo man-pages" .SH NAME Table.clear \- clear a table .SH LIBRARY @@ -19,10 +19,10 @@ Removes all key-value pairs from the table. .TS allbox; -lb lb lbx lb -l l l l. -Name Type Description Default -t &{K:V} The reference to the table. - +lb lb lbx +l l l. +Name Type Description +t &{K:V} The reference to the table. .TE .SH RETURN Nothing. @@ -33,3 +33,5 @@ t := &{"A":1} t.clear() assert t == {} .EE +.SH SEE ALSO +.BR Tomo-Table (3) |
