mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed synopsis (prototype was missing a const).
This commit is contained in:
parent
336ff946fc
commit
f6e90f37db
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue