mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Fixed synopsis (the #include was bogus and the return type for brk() was
wrong).
This commit is contained in:
parent
0574ea641c
commit
99566cdcca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24821
@ -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