Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mdoc Janitor: | hmp | 2003-10-23 | 1 | -8/+16 |
| | | | | * Fix hard sentence breaks. | ||||
* | Assorted mdoc(7) fixes. | ru | 2003-06-02 | 1 | -1/+1 |
| | |||||
* | Some mdoc(7) fixes: | hmp | 2003-05-31 | 1 | -9/+9 |
| | | | | | | | | Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor) | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -3/+3 |
| | |||||
* | Removed whitespace at end-of-line; no content changes. I simply did | schweikh | 2001-07-14 | 1 | -5/+5 |
| | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs. | charnier | 1998-03-12 | 1 | -4/+5 |
| | | | | Use .An/.Aq. | ||||
* | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-13 | 1 | -1/+2 |
| | |||||
* | Revert $FreeBSD$ back to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Correct some spelling errors. | mpp | 1996-12-01 | 1 | -2/+2 |
| | |||||
* | Add an rtentry(9) page to describe the structure of a routing-table | wollman | 1996-10-08 | 1 | -2/+3 |
| | | | | entry and the metrics and flags which pertain thereto. | ||||
* | Document what I believe to be the interface of rtalloc*. | wollman | 1996-10-08 | 1 | -0/+200 |