Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Pp before .Sh is redundant. | joel | 2006-02-13 | 1 | -1/+0 |
| | | | | Reviewed by: ru | ||||
* | Expand contractions. | ru | 2005-02-15 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks and double whitespaces. | ru | 2004-07-03 | 1 | -3/+4 |
| | |||||
* | Assorted markup, spelling, and grammar fixes. | ru | 2004-06-16 | 1 | -4/+2 |
| | |||||
* | mdoc(7) police: | hmp | 2004-05-05 | 1 | -2/+5 |
| | | | | | | * correctly place parenthisized sentences * remove hard sentence breaks * use .Vt instead of .Fn | ||||
* | Mdoc Janitor: | hmp | 2003-10-23 | 1 | -26/+51 |
| | | | | * Fix hard sentence breaks. | ||||
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -4/+4 |
| | | | | Approved by: re | ||||
* | ispell sweep of share/man/man9/*. | mpp | 2002-01-09 | 1 | -4/+4 |
| | |||||
* | buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'. | davidc | 2001-12-08 | 1 | -1/+1 |
| | | | | | | Because of this apropos notes a BUF(9) page that does not exist. Reviewed by: alfred | ||||
* | Removed whitespace at end-of-line; no content changes. I simply did | schweikh | 2001-07-14 | 1 | -7/+7 |
| | | | | | | | | | | 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 | ||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -3/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+0 |
| | |||||
* | mdoc(7)'fy, fix broken FreeBSD release number (3.0.1 -> 3.1) | phantom | 1999-10-30 | 1 | -6/+10 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix some typos and do some minor mdoc cleanup. | mpp | 1999-06-27 | 1 | -6/+7 |
| | |||||
* | Fix some spelling errors. | mpp | 1999-02-01 | 1 | -2/+2 |
| | |||||
* | Add manual page describing kernel buffer management system (i.e. | dillon | 1998-12-22 | 1 | -0/+123 |
kern/vfs_bio.c). |