Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) | ||||
* | Remove pseudocode from VOP_* manual pages. It was out of date anyway. | trasz | 2009-03-30 | 1 | -61/+0 |
| | | | | | Reviewed by: scottl Approved by: rwatson (mentor) | ||||
* | Use 'manual page' instead of 'man page' for consistency. | hmp | 2005-06-28 | 1 | -1/+1 |
| | | | | Approved by: re (hrs) | ||||
* | Mark lists as in the rest of section 9 manpages. | ru | 2005-01-28 | 1 | -5/+5 |
| | | | | Submitted by: Joel Dahl (mostly) | ||||
* | Folded two SEE ALSO sections into one. | ru | 2005-01-18 | 1 | -2/+1 |
| | |||||
* | Update in the face of NDFREE. | alfred | 2004-07-08 | 1 | -25/+1 |
| | | | | | | Basically the advice on freeing the componentname buffers is no longer correct. Update the example code. | ||||
* | 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. |