svn commit: r350959 - stable/12/share/man/man9

Alan Somers asomers at FreeBSD.org
Mon Aug 12 20:32:47 UTC 2019


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


More information about the svn-src-all mailing list