From 1663004ff08de9d90338cb3c04bbf45e61477d6b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 19 Apr 2025 14:48:17 -0400 Subject: Minor formatting fixes --- man/man3/tomo-Path.write_bytes.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/man3/tomo-Path.write_bytes.3') 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 -- cgit v1.2.3