catch up with argument shuffle.

This commit is contained in:
christos 2007-05-19 22:13:57 +00:00
parent 09a50be501
commit 38efedca16
1 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: veriexec.9,v 1.14 2007/05/15 19:47:43 elad Exp $
.\" $NetBSD: veriexec.9,v 1.15 2007/05/19 22:13:57 christos Exp $
.\"
.\" Copyright 2006 Elad Efrat <elad@NetBSD.org>
.\" Copyright 2006 Brett Lymn <blymn@NetBSD.org>
@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd May 15, 2007
.Dd May 19, 2007
.Dt VERIEXEC 9
.Os
.Sh NAME
@ -172,9 +172,8 @@ the file is being created.
is the pathname for the file (not necessarily a full path), and
.Ar fmode
are the mode bits with which the file was opened.
.It Ft int Fn veriexec_renamechk "struct vnode *fromvp" \
"const char *fromname" "struct vnode *tovp" "const char *toname" \
"struct lwp *l"
.It Ft int Fn veriexec_renamechk "struct lwp *l" "struct vnode *fromvp" \
"const char *fromname" "struct vnode *tovp" "const char *toname"
Called when a file is renamed.
.Pp
.Ar fromvp
@ -191,8 +190,8 @@ is the LWP renaming the file.
Depending on the strict level,
.Nm
will either track changes appropriately or prevent the rename.
.It Ft int Fn veriexec_removechk "struct vnode *vp" "const char *name" \
"struct lwp *l"
.It Ft int Fn veriexec_removechk "struct lwp *l" "struct vnode *vp" \
"const char *name"
Called when a file is removed.
.Pp
.Ar vp