Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mdoc Janitor: | hmp | 2003-10-23 | 1 | -1/+2 |
| | | | | * Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages. | ||||
* | Some mdoc(7) fixes: | hmp | 2003-05-31 | 1 | -5/+5 |
| | | | | | | | | 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) | ||||
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -3/+3 |
| | | | | Approved by: re | ||||
* | Convert descriptions in the ERRORS section to full sentences if they | truckman | 2002-09-18 | 1 | -1/+1 |
| | | | | were not full sentences, elaborating as necessary. | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -3/+3 |
| | |||||
* | Document changed calling conventions (lost WILLRELE) for VOP_MKNOD and | eivind | 1999-11-13 | 1 | -13/+1 |
| | | | | VOP_SYMLINK. | ||||
* | Update errors in documentation for various VOP_ calls. Specifically, | dillon | 1999-09-24 | 1 | -1/+1 |
| | | | | describe the correct locking state expected on entry and return. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs. | charnier | 1998-03-12 | 1 | -2/+3 |
| | | | | Use .An/.Aq. | ||||
* | Don't refer to the nonexistent function VOP_VALLOC. | bde | 1998-01-20 | 1 | -4/+3 |
| | |||||
* | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-13 | 1 | -1/+3 |
| | |||||
* | Some minor mdoc cleanup. | mpp | 1997-03-07 | 1 | -3/+4 |
| | |||||
* | Formatting tweaks. | dfr | 1997-03-04 | 1 | -2/+2 |
| | |||||
* | This is the current draft of my filesystem manpages. Some files are | dfr | 1997-03-03 | 1 | -0/+194 |
incomplete and some are just placeholders but I wanted to try to get something at least into 2.2 on the grounds that what I have is a lot better than nothing. I also wanted to commit something which documents the interfaces in 2.2 before I start updating the documentation for 3.0. This is a definite 2.2 candidate and is also relavent to 2.1 if people still care about that branch. |