logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 527aa1b98bffb7e3414cf51e45f2bdb42ae7349e
parent a8a671a27c1c24c8f20ce60c00d2d76c642183ea
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  6 Mar 2025 19:15:18 +0100

cmd/mktemp.1: Add cross-reference to mkdtemp(3) and mkstemp(3)

Diffstat:

Mcmd/mktemp.13+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/cmd/mktemp.1 b/cmd/mktemp.1 @@ -54,6 +54,9 @@ Only present for compatibility with existing scripts, do not use. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO +.Xr mkdtemp 3 , +.Xr mkstemp 3 . +.Pp .Lk https://www.austingroupbugs.net/view.php?id=1616 "0001616: Standardize mktemp utility - Austin Group Issue Tracker" .Sh HISTORY An