Fixed synopsis (the #include was bogus and the return type for brk() was

wrong).
This commit is contained in:
Bruce Evans 1997-04-11 18:39:44 +00:00
parent 0574ea641c
commit 99566cdcca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24821

View file

@ -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"