diff options
Diffstat (limited to 'man/man3/tomo-Path.unique_directory.3')
| -rw-r--r-- | man/man3/tomo-Path.unique_directory.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man3/tomo-Path.unique_directory.3 b/man/man3/tomo-Path.unique_directory.3 index 866ca565..16df8d8b 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-09-21 "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 @@ -22,7 +22,7 @@ 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`. - +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) |
