svn commit: r200042 - head/share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Dec 2 18:11:14 UTC 2009


Author: trasz
Date: Wed Dec  2 18:11:14 2009
New Revision: 200042
URL: http://svn.freebsd.org/changeset/base/200042

Log:
  Add missing parameter description.

Modified:
  head/share/man/man9/VOP_OPENCLOSE.9

Modified: head/share/man/man9/VOP_OPENCLOSE.9
==============================================================================
--- head/share/man/man9/VOP_OPENCLOSE.9	Wed Dec  2 18:09:22 2009	(r200041)
+++ head/share/man/man9/VOP_OPENCLOSE.9	Wed Dec  2 18:11:14 2009	(r200042)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 5, 2007
+.Dd December 2, 2009
 .Os
 .Dt VOP_OPEN 9
 .Sh NAME
@@ -55,6 +55,8 @@ The arguments are:
 The vnode of the file.
 .It Fa mode
 The access mode required by the calling process.
+.It Fa cred
+The caller's credentials.
 .It Fa td
 The thread which is accessing the file.
 .It Fa fp


More information about the svn-src-all mailing list