diff options
Diffstat (limited to 'man/man3/tomo-Int.octal.3')
| -rw-r--r-- | man/man3/tomo-Int.octal.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/tomo-Int.octal.3 b/man/man3/tomo-Int.octal.3 index 627a2e9f..dc8ddf92 100644 --- a/man/man3/tomo-Int.octal.3 +++ b/man/man3/tomo-Int.octal.3 @@ -1,8 +1,8 @@ '\" t -.\" Copyright (c) 2025 Bruce Hill +.\" Copyright (c) 2026 Bruce Hill .\" All rights reserved. .\" -.TH Int.octal 3 2025-11-29 "Tomo man-pages" +.TH Int.octal 3 2026-01-19 "Tomo man-pages" .SH NAME Int.octal \- convert to octal .SH LIBRARY @@ -31,7 +31,7 @@ The octal string representation of the integer. .SH EXAMPLES .EX -assert (64).octal(digits=4, prefix=yes) == "0o0100" +assert 64.octal(digits=4, prefix=yes) == "0o0100" .EE .SH SEE ALSO .BR Tomo-Int (3) |
