aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Int.get_bit.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Int.get_bit.3')
-rw-r--r--man/man3/tomo-Int.get_bit.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Int.get_bit.3 b/man/man3/tomo-Int.get_bit.3
index d2009d58..d5614a6a 100644
--- a/man/man3/tomo-Int.get_bit.3
+++ b/man/man3/tomo-Int.get_bit.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Int.get_bit 3 2025-09-21 "Tomo man-pages"
+.TH Int.get_bit 3 2025-11-29 "Tomo man-pages"
.SH NAME
Int.get_bit \- check whether a bit is set
.SH LIBRARY
@@ -38,3 +38,5 @@ assert (6).get_bit(2) == yes
assert (6).get_bit(3) == yes
assert (6).get_bit(4) == no
.EE
+.SH SEE ALSO
+.BR Tomo-Int (3)