Bug 117747

Summary: 'break' system call needs a man page
Product: Documentation Reporter: yuri
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description yuri 2007-11-01 18:40:02 UTC
Every system call should have a man page. So people shouldn't go into the kernel source to figure out the details.
Comment 1 Jens Schweikhardt freebsd_committer freebsd_triage 2011-08-27 13:45:40 UTC
State Changed
From-To: open->closed

There is no 'break' system call (it's a C keyword, btw). 
The brk() function is documented in a man page.