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.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Path.write_unique_bytes.3 b/man/man3/tomo-Path.write_unique_bytes.3
index 0aae419f..d5da4aea 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-04-19T14:30:40.366241 "Tomo man-pages"
+.TH Path.write_unique_bytes 3 2025-04-19T14:48:15.716011 "Tomo man-pages"
.SH NAME
Path.write_unique_bytes \- Writes the given bytes to a unique file path based on the specified path. The file is created if it doesn't exist. This is useful for creating temporary files.
@@ -10,7 +10,7 @@ Path.write_unique_bytes \- Writes the given bytes to a unique file path based on
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Path.write_unique_bytes : func(path: Path, bytes: [Byte] -> Path)"
+.BI Path.write_unique_bytes\ :\ func(path:\ Path,\ bytes:\ [Byte]\ ->\ Path)
.fi
.SH DESCRIPTION