diff --git a/share/man/man9/filedesc.9 b/share/man/man9/filedesc.9 index 74790bb49148..bd2b8477a661 100644 --- a/share/man/man9/filedesc.9 +++ b/share/man/man9/filedesc.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: filedesc.9,v 1.13 2006/03/07 17:24:35 pooka Exp $ +.\" $NetBSD: filedesc.9,v 1.14 2006/07/25 05:15:56 riz Exp $ .\" .\" Copyright (c) 2002, 2005, 2006 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 7, 2006 +.Dd July 24, 2006 .Dt FILEDESC 9 .Os .Sh NAME @@ -60,7 +60,7 @@ .In sys/file.h .In sys/filedesc.h .Ft int -.Fn falloc "struct proc *p" "struct file **resultfp" "int *resultfd" +.Fn falloc "struct lwp *l" "struct file **resultfp" "int *resultfd" .Ft struct file * .Fn fd_getfile "struct filedesc *fdp" "int fd" .Ft int