aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Path.unique_directory.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Path.unique_directory.3')
-rw-r--r--man/man3/tomo-Path.unique_directory.312
1 files changed, 7 insertions, 5 deletions
diff --git a/man/man3/tomo-Path.unique_directory.3 b/man/man3/tomo-Path.unique_directory.3
index 0a1c8fe9..7f66fad5 100644
--- a/man/man3/tomo-Path.unique_directory.3
+++ b/man/man3/tomo-Path.unique_directory.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Path.unique_directory 3 2025-11-09 "Tomo man-pages"
+.TH Path.unique_directory 3 2025-11-29 "Tomo man-pages"
.SH NAME
Path.unique_directory \- create a directory with a unique name
.SH LIBRARY
@@ -19,10 +19,10 @@ Generates a unique directory path based on the given path. Useful for creating t
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-path Path The base path for generating the unique directory. The last six letters of this path must be `XXXXXX`. -
+lb lb lbx
+l l l.
+Name Type Description
+path Path The base path for generating the unique directory. The last six letters of this path must be \fBXXXXXX\fR.
.TE
.SH RETURN
A unique directory path after creating the directory.
@@ -33,3 +33,5 @@ assert created := (/tmp/my-dir.XXXXXX).unique_directory() == (/tmp/my-dir-AwoxbM
assert created.is_directory() == yes
created.remove()
.EE
+.SH SEE ALSO
+.BR Tomo-Path (3)