Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sbrk(2) already existed in Version 4 AT&T UNIX; | 2019-09-08 | 1 | -5/+7 | |
| | | | | | source: https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man2/break.2 pointed out by Sevan Janiyan <venture37 at geeklan dot co dot uk> | ||||
* | more Version 1 AT&T UNIX history: | 2019-09-07 | 1 | -5/+11 | |
| | | | | | a few cases that weren't altogether straightforward; tweak and OK jmc@, OK sobrado@ | ||||
* | Prefer .Fa over .Em for struct members | 2015-10-11 | 1 | -3/+3 | |
| | | | | ok jmc@ | ||||
* | use .In rather than .Fd #include | 2015-09-10 | 1 | -3/+3 | |
| | |||||
* | Use -> instead of a right arrow when referring to C's -> operator. | 2015-03-26 | 1 | -3/+3 | |
| | | | | with input from jmc@ schwarze@ | ||||
* | use .Rv; no change of meaning; from Kaspars at Bankovskis dot net | 2014-12-10 | 1 | -7/+4 | |
| | |||||
* | - correct brk(2) prototype and man page to match implementation and POSIX. | 2008-04-24 | 1 | -4/+4 | |
| | | | | | brk(2) returns an int value not a void *. brk(2) returns 0 upon success not a pointer to the new end of memory. okay millert@, kettenis@, deraadt@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | brk() and sbrk() should use void *, not char *. Note that sbrk() | 2005-11-20 | 1 | -4/+4 | |
| | | | | | should take intptr_t, not int, but we don't presently have intptr_t available from unistd.h. OK marco@ | ||||
* | - punctuation fixes | 2005-08-10 | 1 | -2/+2 | |
| | | | | | | - refer to formal parameters consistently. ok jmc | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | 2003-06-01 | 1 | -7/+7 | |
| | | | | | | - merge COMPATIBILITY - kill whitespace at EOL - tidy up macros | ||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 1 | -7/+5 | |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | ||||
* | Mostly punctuation fixes. | 2000-04-15 | 1 | -2/+2 | |
| | |||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | 2000-03-14 | 1 | -2/+2 | |
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | ||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -11/+15 | |
| | | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes | ||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -3/+3 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | fix openbsd tag | 1998-07-06 | 1 | -0/+1 | |
| | |||||
* | do not needlessly uppercase function names | 1998-06-08 | 1 | -2/+2 | |
| | |||||
* | Fix typo. From maximum entropy <entropy@tardis.bernstein.com> | 1997-09-26 | 1 | -1/+1 | |
| | |||||
* | fix lots of .Xr and other minor things | 1997-06-13 | 1 | -1/+1 | |
| | |||||
* | Correct type of brk(), use <unistd.h>, reference mmap(2); from NetBSD | 1997-02-02 | 1 | -2/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+149 | |