diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-05-01 22:49:36 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-05-01 22:49:36 +0000 |
| commit | 417349c47258a8f5179dc44670e2fe05d8455e8a (patch) | |
| tree | b48574fe547a38e1757864b35210f3d8fa52a3fa | |
| parent | eea782bac2a4206edea787e334019ad5a5968588 (diff) | |
Notes
| -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 a9d31462c22c..28a662d11beb 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -132,7 +132,7 @@ or .Fn mkstemp . This is common with programs that were developed before .St -ansiC -compilers were common.. +compilers were common. For example, calling .Fn mkstemp with an argument of |
