diff options
Diffstat (limited to 'man/man3/tomo-Path.write_bytes.3')
| -rw-r--r-- | man/man3/tomo-Path.write_bytes.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Path.write_bytes.3 b/man/man3/tomo-Path.write_bytes.3 index 6cf31725..131a000b 100644 --- a/man/man3/tomo-Path.write_bytes.3 +++ b/man/man3/tomo-Path.write_bytes.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Path.write_bytes 3 2025-04-19T14:30:40.366166 "Tomo man-pages" +.TH Path.write_bytes 3 2025-04-19T14:48:15.715936 "Tomo man-pages" .SH NAME Path.write_bytes \- Writes the given bytes to the file at the specified path, creating the file if it doesn't already exist. Sets the file permissions as specified. If the file writing cannot be successfully completed, a runtime error is raised. @@ -10,7 +10,7 @@ Path.write_bytes \- Writes the given bytes to the file at the specified path, cr Tomo Standard Library .SH SYNOPSIS .nf -.BI "Path.write_bytes : func(path: Path, bytes: [Byte], permissions = Int32(0o644) -> Void)" +.BI Path.write_bytes\ :\ func(path:\ Path,\ bytes:\ [Byte],\ permissions\ =\ Int32(0o644)\ ->\ Void) .fi .SH DESCRIPTION |
