COMPAT_43 getdirentries(2) actually has u_int 'nbytes' argument
This commit is contained in:
parent
454998fc21
commit
1798df2a86
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getdirentries.3,v 1.9 2002/08/12 21:18:25 soren Exp $
|
||||
.\" $NetBSD: getdirentries.3,v 1.10 2002/10/03 06:17:33 jdolecek Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -42,7 +42,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include \*[Lt]dirent.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn getdirentries "int fd" "char *buf" "int nbytes" "long *basep"
|
||||
.Fn getdirentries "int fd" "char *buf" "u_int nbytes" "long *basep"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
.\" This interface is available from the compatibility library, libcompat and
|
||||
|
Loading…
Reference in New Issue
Block a user