summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-11 18:07:45 +0000
committerbde <bde@FreeBSD.org>1997-04-11 18:07:45 +0000
commited438fc250e69b04b8d45492aadc86007be73e3e (patch)
tree8567f3821792fa2eb3b9b7f2a12943ca9c3b7e60 /lib/libc/compat-43
parent8be7733c4d13a16aad274765269378042e5b6f03 (diff)
downloadFreeBSD-src-ed438fc250e69b04b8d45492aadc86007be73e3e.zip
FreeBSD-src-ed438fc250e69b04b8d45492aadc86007be73e3e.tar.gz
Fixed synopsis (prototype was missing a const).
Diffstat (limited to 'lib/libc/compat-43')
-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 061aa90..b4a035c 100644
--- a/lib/libc/compat-43/creat.2
+++ b/lib/libc/compat-43/creat.2
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <fcntl.h>
.Ft int
-.Fn creat "char *path" "mode_t mode"
+.Fn creat "const char *path" "mode_t mode"
.Sh DESCRIPTION
.Bf -symbolic
This interface is made obsolete by:
OpenPOWER on IntegriCloud