aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Path.read.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Path.read.3')
-rw-r--r--man/man3/tomo-Path.read.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Path.read.3 b/man/man3/tomo-Path.read.3
index 779bb397..7787b66a 100644
--- a/man/man3/tomo-Path.read.3
+++ b/man/man3/tomo-Path.read.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Path.read 3 2025-09-21 "Tomo man-pages"
+.TH Path.read 3 2025-11-29 "Tomo man-pages"
.SH NAME
Path.read \- read file contents
.SH LIBRARY
@@ -32,3 +32,5 @@ The contents of the file. If the file could not be read, none will be returned.
assert (./hello.txt).read() == "Hello"
assert (./nosuchfile.xxx).read() == none
.EE
+.SH SEE ALSO
+.BR Tomo-Path (3)