Date: Mon, 12 Aug 2019 20:32:47 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r350959 - stable/12/share/man/man9 Message-ID: <201908122032.x7CKWlEa030179@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Mon Aug 12 20:32:47 2019 New Revision: 350959 URL: https://svnweb.freebsd.org/changeset/base/350959 Log: MFC r350207: 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. Modified: stable/12/share/man/man9/VOP_PATHCONF.9 Directory Properties: stable/12/ (props changed) Modified: stable/12/share/man/man9/VOP_PATHCONF.9 ============================================================================== --- stable/12/share/man/man9/VOP_PATHCONF.9 Mon Aug 12 20:31:12 2019 (r350958) +++ stable/12/share/man/man9/VOP_PATHCONF.9 Mon Aug 12 20:32:47 2019 (r350959) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908122032.x7CKWlEa030179>