Update falloc() to match current reality.
This commit is contained in:
parent
e0f4b4c3cf
commit
a84f35d25f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue