svn commit: r254453 - head/lib/libc/sys

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Aug 17 14:55:31 UTC 2013


Author: pjd
Date: Sat Aug 17 14:55:31 2013
New Revision: 254453
URL: http://svnweb.freebsd.org/changeset/base/254453

Log:
  Correct function name and return value.

Modified:
  head/lib/libc/sys/cap_ioctls_limit.2

Modified: head/lib/libc/sys/cap_ioctls_limit.2
==============================================================================
--- head/lib/libc/sys/cap_ioctls_limit.2	Sat Aug 17 14:53:53 2013	(r254452)
+++ head/lib/libc/sys/cap_ioctls_limit.2	Sat Aug 17 14:55:31 2013	(r254453)
@@ -99,10 +99,10 @@ argument.
 .Rv -std cap_ioctls_limit
 .Pp
 The
-.Fn cap_ioctls_limit
+.Fn cap_ioctls_get
 function, if successfull, returns the total number of allowed ioctl commands or
 the value
-.Dv INT_MAX
+.Dv CAP_IOCTLS_ALL
 if all ioctls commands are allowed.
 On failure the value
 .Va -1


More information about the svn-src-head mailing list