Fixed synopsis (the #include was bogus and the return type for brk() was
wrong).
This commit is contained in:
parent
0574ea641c
commit
99566cdcca
@ -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 New Issue
Block a user