Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/creat.2
| Show All 25 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd September 4, 2019 | .Dd September 4, 2019 | ||||
| .Dt CREAT 2 | .Dt CREAT 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm creat | .Nm creat | ||||
| .Nd create a new file | .Nd create a new file | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In fcntl.h | .In fcntl.h | ||||
| .Ft int | .Ft int | ||||
| .Fn creat "const char *path" "mode_t mode" | .Fn creat "const char *path" "mode_t mode" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| .Bf -symbolic | .Bf -symbolic | ||||
| This interface is made obsolete by: | This interface is made obsolete by: | ||||
| .Ef | .Ef | ||||
| .Xr open 2 . | .Xr open 2 . | ||||
| Show All 15 Lines | |||||