summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/brk.2
Commit message (Collapse)AuthorAgeFilesLines
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Fixed synopsis (the #include was bogus and the return type for brk() wasbde1997-04-111-2/+2
| | | | wrong).
* Fixed synopsis (put all of the function (return) type info in .Ft andbde1997-03-191-1/+1
| | | | none in .Fn).
* Merge from Lite2 onto mainline -peter1997-03-111-4/+6
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Sort cross references.wosch1997-01-201-2/+2
|
* Don't use malloc, pessimize to use sbrk.phk1996-09-271-1/+1
| | | | fix sbrk manpage while we're at it.
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Update a bunch of man pages to use .Fn insteadmpp1996-08-221-3/+3
| | | | of .Nm when referencing funciton names.
* Fixed various problems: typos, grammer, missing include filesmpp1996-05-231-1/+1
| | | | | wrong function type declarations, and wrong argument type declarations.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-3/+3
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* bkr() returns an int, and not a pointer. Document this.joerg1995-07-231-3/+3
| | | | | | | | Closes PR #pending/630. Pointed out by: phk Obtained from:
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+146
OpenPOWER on IntegriCloud