aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Byte.hex.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Byte.hex.3')
-rw-r--r--man/man3/tomo-Byte.hex.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man3/tomo-Byte.hex.3 b/man/man3/tomo-Byte.hex.3
index c09ba5c1..35f6c001 100644
--- a/man/man3/tomo-Byte.hex.3
+++ b/man/man3/tomo-Byte.hex.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Byte.hex 3 2025-09-21 "Tomo man-pages"
+.TH Byte.hex 3 2025-11-29 "Tomo man-pages"
.SH NAME
Byte.hex \- convert to hexidecimal
.SH LIBRARY
@@ -24,7 +24,7 @@ l l l l.
Name Type Description Default
byte Byte The byte to convert to hex. -
uppercase Bool Whether or not to use uppercase hexidecimal letters. yes
-prefix Bool Whether or not to prepend a `0x` prefix. no
+prefix Bool Whether or not to prepend a \fB0x\fR prefix. no
.TE
.SH RETURN
The byte as a hexidecimal text.
@@ -33,3 +33,5 @@ The byte as a hexidecimal text.
.EX
assert Byte(18).hex() == "0x12"
.EE
+.SH SEE ALSO
+.BR Tomo-Byte (3)