aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Path.write_unique_bytes.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Path.write_unique_bytes.3')
-rw-r--r--man/man3/tomo-Path.write_unique_bytes.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man3/tomo-Path.write_unique_bytes.3 b/man/man3/tomo-Path.write_unique_bytes.3
index f4a82e63..5d08812e 100644
--- a/man/man3/tomo-Path.write_unique_bytes.3
+++ b/man/man3/tomo-Path.write_unique_bytes.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Path.write_unique_bytes 3 2025-09-21 "Tomo man-pages"
+.TH Path.write_unique_bytes 3 2025-11-29 "Tomo man-pages"
.SH NAME
Path.write_unique_bytes \- write bytes to a uniquely named file
.SH LIBRARY
@@ -22,7 +22,7 @@ allbox;
lb lb lbx lb
l l l l.
Name Type Description Default
-path Path The base path for generating the unique file. This path must include the string `XXXXXX` in the file base name. -
+path Path The base path for generating the unique file. This path must include the string \fBXXXXXX\fR in the file base name. -
bytes [Byte] The bytes to write to the file. -
.TE
.SH RETURN
@@ -35,3 +35,5 @@ assert created == (./file-27QHtq.txt)
assert created.read() == [1, 2, 3]
created.remove()
.EE
+.SH SEE ALSO
+.BR Tomo-Path (3)