aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man2/open.2 b/man2/open.2
index c5c00ca2b5..7cfee87dd9 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -48,6 +48,7 @@ open, creat \- open and possibly create a file or device
.sp
.BI "int open(const char *" pathname ", int " flags );
.BI "int open(const char *" pathname ", int " flags ", mode_t " mode );
+
.BI "int creat(const char *" pathname ", mode_t " mode );
.fi
.SH DESCRIPTION