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) | ||||
* | 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 | -13/+20 |
| | | | | Submitted by: Joel Dahl (mostly) | ||||
* | Mdoc Janitor: | hmp | 2003-10-23 | 1 | -2/+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 | -1/+1 |
| | | | | Approved by: re | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -2/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Flesh out VOP_ADVLOCK.9 with a description of the available flags | kris | 1999-06-30 | 1 | -6/+18 |
| | | | | | | Sync vnode.9 with the definitions in <sys/vnode.h> Reviewed by: Doug Rabson | ||||
* | .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs. | charnier | 1998-03-12 | 1 | -2/+3 |
| | | | | Use .An/.Aq. | ||||
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -3/+3 |
| | |||||
* | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-13 | 1 | -1/+2 |
| | |||||
* | This is the current draft of my filesystem manpages. Some files are | dfr | 1997-03-03 | 1 | -0/+69 |
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. |