summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_MOUNT.9
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-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)
* Update man pages after VFS_* changes in r191990.tmclaugh2009-05-241-4/+2
| | | | Approved by: brueffer, attilio
* The VFS_MOUNT() macro expects only 2 arguments in the nmount worldkeramida2005-01-071-15/+10
| | | | | | (since revision 1.173 of src/sys/sys/mount.h). Update its prototype, the argument list description and bump the date.
* Mdoc Janitor:hmp2003-10-231-1/+1
| | | | * Use 'manual' instead of 'man' for consistency.
* Mdoc Janitor:hmp2003-10-231-4/+6
| | | | * Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
* Some mdoc(7) fixes:hmp2003-05-311-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".ru2002-12-121-14/+14
| | | | Approved by: re
* Update function definitions and required include files to reflectdavidc2001-12-261-3/+3
| | | | | | the current state of the system. Approved by: alfred
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-031-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* FIxed missing include in synopsis.bde1998-08-031-1/+2
|
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-121-3/+3
| | | | Use .An/.Aq.
* Use consistent spelling,hoek1997-12-251-2/+2
| | | | | | | | writeable -> writable (recall prior debate over this? :-) initialise -> initialize recognise -> recognize Merry Christmas! :)
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-3/+3
|
* This is the current draft of my filesystem manpages. Some files aredfr1997-03-031-0/+87
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.
OpenPOWER on IntegriCloud