diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 18:07:45 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 18:07:45 +0000 |
| commit | f6e90f37dbf07203056edafaecac6f83d0312256 (patch) | |
| tree | 102031667fb53668d4d1a280593df0b5fdf66007 /lib/libc | |
| parent | 336ff946fc1deb19ef955ede2b4b7fca79f29cd8 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/compat-43/creat.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/compat-43/creat.2 b/lib/libc/compat-43/creat.2 index 061aa90d246d..b4a035c9ac1a 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: |
