Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - rewrite of the plan9 sections of rfork(2) and new (c) | 2003-06-18 | 1 | -77/+111 | |
| | | | | | | | - updated ERRORS and RETURN VALUES this had to be rewritten because of licensing issues with plan9. ok deraadt@ | ||||
* | - section reorder | 2003-06-01 | 1 | -2/+2 | |
| | | | | - macro cleanup | ||||
* | fd sharing was re-enabled quite awhile ago. | 2002-11-28 | 1 | -6/+1 | |
| | |||||
* | Disable fd sharing for this release. Sorry. | 2001-10-14 | 1 | -1/+6 | |
| | | | | deraadt@ ok. | ||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 1 | -7/+9 | |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | ||||
* | .Dd should not be given abbreviated month names | 1999-07-02 | 1 | -2/+2 | |
| | |||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -2/+2 | |
| | | | | | | | - 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 | ||||
* | use .Tn instead of .Em for logical/bitwise OR + AND | 1999-06-05 | 1 | -12/+16 | |
| | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -4/+4 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | make function names the correct case | 1999-02-27 | 1 | -5/+5 | |
| | |||||
* | RFNOWAIT is now supported | 1999-01-11 | 1 | -2/+1 | |
| | |||||
* | fix openbsd tag | 1998-07-06 | 1 | -0/+1 | |
| | |||||
* | spelling | 1998-05-18 | 1 | -1/+1 | |
| | |||||
* | note about file table sharing and execve | 1997-08-01 | 1 | -1/+5 | |
| | |||||
* | Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org> | 1997-06-25 | 1 | -2/+2 | |
| | |||||
* | fix lots of .Xr and other minor things | 1997-06-13 | 1 | -1/+2 | |
| | |||||
* | Redid formatting with mandoc macros. Added an "ERRORS" section. | 1996-01-14 | 1 | -54/+66 | |
| | |||||
* | describe actual openbsd rfork() details. this should be converted to a | 1996-01-10 | 1 | -70/+16 | |
| | | | | | mandoc manpage by some brave individual (prettier because they fit more data on the same page). please? | ||||
* | original rfork(2) manpage from plan9. This will be modified to describe | 1996-01-10 | 1 | -0/+155 | |
the actual implimentation in OpenBSD. > From: "Rob Pike" <rob@plan9.att.com> > feel free to borrow the text of the plan 9 rfork page, with attribution. |