aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Path.is_file.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Path.is_file.3')
-rw-r--r--man/man3/tomo-Path.is_file.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Path.is_file.3 b/man/man3/tomo-Path.is_file.3
index 9bb6fb56..8e6a061b 100644
--- a/man/man3/tomo-Path.is_file.3
+++ b/man/man3/tomo-Path.is_file.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Path.is_file 3 2025-04-19T14:30:40.365567 "Tomo man-pages"
+.TH Path.is_file 3 2025-04-19T14:48:15.715343 "Tomo man-pages"
.SH NAME
Path.is_file \- Checks if the path represents a file. Optionally follows symbolic links.
@@ -10,7 +10,7 @@ Path.is_file \- Checks if the path represents a file. Optionally follows symboli
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Path.is_file : func(path: Path, follow_symlinks = yes -> Bool)"
+.BI Path.is_file\ :\ func(path:\ Path,\ follow_symlinks\ =\ yes\ ->\ Bool)
.fi
.SH DESCRIPTION