diff options
author | 1999-05-25 21:16:24 +0000 | |
---|---|---|
committer | 1999-05-25 21:16:24 +0000 | |
commit | 2c0b955bce820b4ef48fffa9001341a91f59d0ed (patch) | |
tree | f1dbb1e88942136c27ef8546c7fa7bc8c6d06f44 /lib/libc/stdio/mktemp.3 | |
parent | Stub out src/ ports makefile fragments, so that everything is under (diff) | |
download | wireguard-openbsd-2c0b955bce820b4ef48fffa9001341a91f59d0ed.tar.xz wireguard-openbsd-2c0b955bce820b4ef48fffa9001341a91f59d0ed.zip |
kill some old macros
Diffstat (limited to 'lib/libc/stdio/mktemp.3')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index ffe868fe31e..de5991617a4 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.14 1999/05/16 19:55:09 alex Exp $ +.\" $OpenBSD: mktemp.3,v 1.15 1999/05/25 21:16:26 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -298,7 +298,7 @@ A .Fn mktemp function appeared in .At v7 . -.br +.Pp The .Fn mkdtemp function appeared in |