Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the spelling of `.' to `.' from .OBJDIR since `.' really is where | obrien | 2000-12-05 | 1 | -1/+1 |
| | | | | generated files land. Also give precedence to generated files. | ||||
* | The GCC 2.96 snapshots have slightly different rules for finding include | obrien | 2000-12-01 | 1 | -1/+1 |
| | | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.". | ||||
* | Format string paranoia | kris | 2000-11-19 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | Correct style bugs | kris | 2000-07-06 | 1 | -2/+2 |
| | |||||
* | Sync with latest KAME. | kris | 2000-07-05 | 7 | -143/+343 |
| | | | | Obtained from: KAME | ||||
* | Typo fixes. | shin | 2000-03-12 | 2 | -9/+9 |
| | | | | | PR: docs/17333 Submitted by: Kazuo Horikawa <horikawa@psinet.com> | ||||
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -3/+6 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -11/+22 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | libipsec and IPsec related apps. (and some KAME related man pages) | shin | 2000-01-06 | 7 | -0/+1868 |
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project |