diff options
author | 2004-03-09 18:31:15 +0000 | |
---|---|---|
committer | 2004-03-09 18:31:15 +0000 | |
commit | 2513513d7a0e87203d8dc5925369df132899de64 (patch) | |
tree | 8ae43f7ed8df8210c00767191b0c52167819a219 | |
parent | type, Marek Blaszkowski (diff) | |
download | wireguard-openbsd-2513513d7a0e87203d8dc5925369df132899de64.tar.xz wireguard-openbsd-2513513d7a0e87203d8dc5925369df132899de64.zip |
namei returns refed vnodes, from Pedro Martelletto
-rw-r--r-- | share/man/man9/namei.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index 884c9716a02..06544999975 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: namei.9,v 1.8 2003/10/23 18:31:34 jmc Exp $ +.\" $OpenBSD: namei.9,v 1.9 2004/03/09 18:31:15 tedu Exp $ .\" $NetBSD: namei.9,v 1.9 2003/05/06 10:46:44 jmmv Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -207,7 +207,7 @@ flags defines whether the name in .Em ndp-\*[Gt]ni_dirp is an address in kernel space (UIO_SYSSPACE) or an address in user space (UIO_USERSPACE). -The locked vnode for the pathname is returned in +The locked vnode for the pathname is referenced and returned in .Em ndp-\*[Gt]ni_vp . .Pp If |