summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/creat.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/compat-43/creat.3')
-rw-r--r--lib/libc/compat-43/creat.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/creat.3 b/lib/libc/compat-43/creat.3
index d512066d17e..cd7f90c0ebf 100644
--- a/lib/libc/compat-43/creat.3
+++ b/lib/libc/compat-43/creat.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: creat.3,v 1.2 1996/08/19 08:19:17 tholo Exp $
+.\" $OpenBSD: creat.3,v 1.3 1999/02/27 21:54:48 deraadt Exp $
.\"
.Dd June 23, 1991
.Dt CREAT 3
@@ -49,7 +49,7 @@ This interface is made obsolete by:
.Ef
.Xr open 2 .
.Pp
-.Fn Creat
+.Fn creat
is the same as:
.Bd -literal -offset indent
open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);