History log of /freebsd-9.3-release/share/man/man9/VOP_LINK.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

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)


# 190573 30-Mar-2009 trasz

Remove pseudocode from VOP_* manual pages. It was out of date anyway.

Reviewed by: scottl
Approved by: rwatson (mentor)


# 147647 28-Jun-2005 hmp

Use 'manual page' instead of 'man page' for consistency.

Approved by: re (hrs)


# 140931 28-Jan-2005 ru

Mark lists as in the rest of section 9 manpages.

Submitted by: Joel Dahl (mostly)


# 131594 04-Jul-2004 ru

Sort SEE ALSO references (in dictionary order, ignoring case).


# 115440 31-May-2003 hmp

Some mdoc(7) fixes:

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)


# 108257 24-Dec-2002 ru

mdoc(7) police: Deal with self-xrefs.


# 107383 29-Nov-2002 ru

mdoc(7) police: scheduled sweep.

Approved by: re


# 103637 19-Sep-2002 truckman

The file vnode passed to VOP_LINK() should now be locked before the call.


# 103534 18-Sep-2002 truckman

Style and markup changes only.

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.


# 103469 17-Sep-2002 truckman

Update man page to reflect current implementation.

List all of the error returns shown in the example code in the ERRORS
section.


# 103468 17-Sep-2002 truckman

Fix a hard sentence break.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 82879 03-Sep-2001 dd

VFS_ABORTOP hasn't existed since 1999/12/15.


# 79727 14-Jul-2001 schweikh

Removed whitespace at end-of-line; no content changes. I simply did
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


# 70466 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 51631 24-Sep-1999 dillon

More locking clarifications. Add skeleton manual page for VOP_LEASE


# 51618 24-Sep-1999 dillon

Update errors in documentation for various VOP_ calls. Specifically,
describe the correct locking state expected on entry and return.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 43954 13-Feb-1999 dillon

Clarify more of what VOP_LINK expects.


# 43953 13-Feb-1999 dillon

Update man page - directory vnode should not be unlocked or released
by the VOP routine. The caller does it.


# 34504 12-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
Use .An/.Aq.


# 24890 13-Apr-1997 bde

Fixed #include and/or prototype bugs in synopsis.


# 23467 07-Mar-1997 mpp

Some minor mdoc cleanup.


# 23353 03-Mar-1997 dfr

This is the current draft of my filesystem manpages. Some files are
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.