summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LINK.9
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* mdoc(7) police: scheduled sweep.ru2002-11-291-7/+7
| | | | Approved by: re
* The file vnode passed to VOP_LINK() should now be locked before the call.truckman2002-09-191-29/+7
|
* Style and markup changes only.truckman2002-09-181-3/+3
| | | | | Capitalize the first letter of the descriptions for the entries in the ERRORS section if they are complete sentences and end the sentences with periods.
* Update man page to reflect current implementation.truckman2002-09-171-6/+12
| | | | | List all of the error returns shown in the example code in the ERRORS section.
* Fix a hard sentence break.truckman2002-09-171-2/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* VFS_ABORTOP hasn't existed since 1999/12/15.dd2001-09-031-4/+0
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-1/+1
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* More locking clarifications. Add skeleton manual page for VOP_LEASEdillon1999-09-241-5/+7
|
* Update errors in documentation for various VOP_ calls. Specifically,dillon1999-09-241-5/+4
| | | | describe the correct locking state expected on entry and return.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Clarify more of what VOP_LINK expects.dillon1999-02-131-5/+10
|
* Update man page - directory vnode should not be unlocked or releaseddillon1999-02-131-4/+6
| | | | by the VOP routine. The caller does it.
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-121-2/+3
| | | | Use .An/.Aq.
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-131-1/+2
|
* Some minor mdoc cleanup.mpp1997-03-071-2/+2
|
* This is the current draft of my filesystem manpages. Some files aredfr1997-03-031-0/+124
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