VOP_PATHCONF.9: correct the type of the retval argument
It was changed from int to register_t in r22521 and from register_t to long in r328099, but the man page wasn't updated either time. MFC after: 2 weeks
This commit is contained in:
parent
5db86748b5
commit
fd6659d50b
@ -28,7 +28,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 24, 1996
|
||||
.Dd July 21, 2019
|
||||
.Dt VOP_PATHCONF 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -39,7 +39,7 @@
|
||||
.In sys/vnode.h
|
||||
.In sys/unistd.h
|
||||
.Ft int
|
||||
.Fn VOP_PATHCONF "struct vnode *vp" "int name" "int *retval"
|
||||
.Fn VOP_PATHCONF "struct vnode *vp" "int name" "long *retval"
|
||||
.Sh DESCRIPTION
|
||||
The arguments are:
|
||||
.Bl -tag -width retval
|
||||
|
Loading…
x
Reference in New Issue
Block a user