From f6e90f37dbf07203056edafaecac6f83d0312256 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 11 Apr 1997 18:07:45 +0000 Subject: [PATCH] Fixed synopsis (prototype was missing a const). --- lib/libc/compat-43/creat.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/compat-43/creat.2 b/lib/libc/compat-43/creat.2 index 061aa90d246..b4a035c9ac1 100644 --- a/lib/libc/compat-43/creat.2 +++ b/lib/libc/compat-43/creat.2 @@ -40,7 +40,7 @@ .Sh SYNOPSIS .Fd #include .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: