summaryrefslogtreecommitdiff
path: root/share/man/man9/vrele.9
Commit message (Collapse)AuthorAgeFilesLines
* Fix year.Konstantin Belousov2016-02-241-1/+1
| | | | | | | | Noted by: bdrewery MFC after: 2 weeks Notes: svn path=/head/; revision=296001
* Remove references to Giant in the description of vrele(9). Add notesKonstantin Belousov2016-02-241-4/+6
| | | | | | | | | | | about vnode lock and sleeping. Reported by: julian Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Notes: svn path=/head/; revision=295998
* Remove the note about possible unlocking during vunref(9). It mightKonstantin Belousov2010-11-241-5/+1
| | | | | | | | | | | only happen if VOP_INACTIVATE() drops the vnode lock, which is quite unreasonable behaviour for filesystem, and should not be mentioned in the description of VFS primitives. MFC after: 1 week Notes: svn path=/head/; revision=215798
* mdoc: fix markup typoUlrich Spörlein2010-10-191-1/+1
| | | | | | | MFC after: 1 week (together with r213983) Notes: svn path=/head/; revision=214061
* Document vunref(9), add some important notes for vrele(9) and vput(9).Konstantin Belousov2010-10-171-7/+47
| | | | | | | | | Merge all three manpages to one, removing separate file for vput(9). MFC after: 1 week Notes: svn path=/head/; revision=213983
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-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) Notes: svn path=/head/; revision=206622
* Refer to vrefcnt(9)Chad David2008-02-261-1/+2
| | | | Notes: svn path=/head/; revision=176605
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
| | | | | | | Approved by: re (hrs) Notes: svn path=/head/; revision=147647
* Some mdoc(7) fixes:Hiten Pandya2003-05-311-3/+3
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=115440
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
| | | | Notes: svn path=/head/; revision=108257
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+0
| | | | Notes: svn path=/head/; revision=70466
* mdoc(7) police: eliminate warnings.Ruslan Ermilov2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=68857
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.Philippe Charnier1998-03-121-2/+3
| | | | | | | Use .An/.Aq. Notes: svn path=/head/; revision=34504
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-2/+2
| | | | Notes: svn path=/head/; revision=29966
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-2/+3
| | | | Notes: svn path=/head/; revision=24890
* Minor mdoc fixes.Mike Pritchard1997-03-221-2/+2
| | | | Notes: svn path=/head/; revision=24123
* This is the current draft of my filesystem manpages. Some files areDoug Rabson1997-03-031-0/+63
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. Notes: svn path=/head/; revision=23353