mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed synopsis (the #include was bogus and the return type for brk() was
wrong).
This commit is contained in:
parent
0574ea641c
commit
99566cdcca
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@
|
|||
.Nm sbrk
|
||||
.Nd change data segment size
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/unistd.h>
|
||||
.Ft int
|
||||
.Fd #include <unistd.h>
|
||||
.Ft char *
|
||||
.Fn brk "const char *addr"
|
||||
.Ft char *
|
||||
.Fn sbrk "int incr"
|
||||
|
|
|
|||
Loading…
Reference in a new issue