aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Path.expand_home.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Path.expand_home.3')
-rw-r--r--man/man3/tomo-Path.expand_home.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Path.expand_home.3 b/man/man3/tomo-Path.expand_home.3
index 389bee30..c2571b32 100644
--- a/man/man3/tomo-Path.expand_home.3
+++ b/man/man3/tomo-Path.expand_home.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Path.expand_home 3 2025-04-19T14:30:40.365279 "Tomo man-pages"
+.TH Path.expand_home 3 2025-04-19T14:48:15.715066 "Tomo man-pages"
.SH NAME
Path.expand_home \- For home-based paths (those starting with `~`), expand the path to replace the tilde with and absolute path to the user's `$HOME` directory.
@@ -10,7 +10,7 @@ Path.expand_home \- For home-based paths (those starting with `~`), expand the p
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Path.expand_home : func(path: Path -> Path)"
+.BI Path.expand_home\ :\ func(path:\ Path\ ->\ Path)
.fi
.SH DESCRIPTION