aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Path.sibling.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Path.sibling.3')
-rw-r--r--man/man3/tomo-Path.sibling.314
1 files changed, 8 insertions, 6 deletions
diff --git a/man/man3/tomo-Path.sibling.3 b/man/man3/tomo-Path.sibling.3
index 324f8f4d..10bc821c 100644
--- a/man/man3/tomo-Path.sibling.3
+++ b/man/man3/tomo-Path.sibling.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Path.sibling 3 2025-11-09 "Tomo man-pages"
+.TH Path.sibling 3 2025-11-29 "Tomo man-pages"
.SH NAME
Path.sibling \- get another path in the same directory
.SH LIBRARY
@@ -19,11 +19,11 @@ Return a path that is a sibling of another path (i.e. has the same parent, but a
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-path Path A path. -
-name Text The name of a sibling file or directory. -
+lb lb lbx
+l l l.
+Name Type Description
+path Path A path.
+name Text The name of a sibling file or directory.
.TE
.SH RETURN
A new path representing the sibling.
@@ -32,3 +32,5 @@ A new path representing the sibling.
.EX
assert (/foo/baz).sibling("doop") == (/foo/doop)
.EE
+.SH SEE ALSO
+.BR Tomo-Path (3)