diff options
author | ru <ru@FreeBSD.org> | 2002-12-24 13:41:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-24 13:41:48 +0000 |
commit | 4979ab8d816b8ab1d2eb74e7179f8f63e04f0972 (patch) | |
tree | 3a2594ccf0dfa39e2b9d787edfbc673670ae29da /lib/libc/stdio | |
parent | a59d939300a476e89fd904d21bef510b0d7f7da0 (diff) | |
download | FreeBSD-src-4979ab8d816b8ab1d2eb74e7179f8f63e04f0972.zip FreeBSD-src-4979ab8d816b8ab1d2eb74e7179f8f63e04f0972.tar.gz |
mdoc(7) police: Deal with self-xrefs.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 5c9de2e..e875a03 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -102,7 +102,7 @@ is told the length of the suffix string. The .Fn mkdtemp function makes the same replacement to the template as in -.Xr mktemp 3 +.Fn mktemp and creates the template directory, mode 0700. .Sh RETURN VALUES The |