aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/creat.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-08-22 22:05:59 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-08-22 22:05:59 +0000
commitbf5a138ec42c842d9402e45de366f7b71e267e42 (patch)
tree6d567531aa723650fda7eb154a0b70535bb19e38 /lib/libc/compat-43/creat.2
parent0982f4916f9e0def1dbeb907dcd4482ecb545586 (diff)
Notes
Diffstat (limited to 'lib/libc/compat-43/creat.2')
-rw-r--r--lib/libc/compat-43/creat.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/compat-43/creat.2 b/lib/libc/compat-43/creat.2
index 826909a45b2f..cc11290a1a25 100644
--- a/lib/libc/compat-43/creat.2
+++ b/lib/libc/compat-43/creat.2
@@ -56,5 +56,5 @@ open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);
.Xr open 2
.Sh HISTORY
The
-.Nm
+.Fn creat
function call appeared in Version 6 AT&T UNIX.