summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/memory.3
AgeCommit message (Collapse)Author
2017-04-26Clean up the NAME section.abhinav
The entries in the NAME section of these man pages have man pages of their own, so it doesn't make sense to have their names here, instead they should be just described in the body (similar to what we do in math(3) man page). This also helps whatis(1) and apropos(1), as otherwise you would see multiple results with the same name in the output, while there is actually only one page with that name. Good example is: $ apropos -n 2 -M realloc realloc (3) general memory allocation operations realloc (3) general purpose memory allocation functions The first line is there because memory(3) man page had realloc in its NAME section. This commit will fix this issue. ok wiz@
2011-09-11Note memoryallocators(9) in this perhaps too generally named page.jruoho
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2002-02-07Generate <>& symbolically.ross
2001-09-16Sort SEE ALSO and remove trailing comma.enami
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Wheee!
1998-02-05add LIBRARY section to man pageperry
1998-01-30update to lite-2perry
1995-12-28New-style RCS ids.thorpej
1993-08-01Add RCS indentifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd