Fixed synopsis (prototype was missing a const).
This commit is contained in:
parent
336ff946fc
commit
f6e90f37db
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user