Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2019 20:56:29 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r343284 - head/lib/libcapsicum
Message-ID:  <201901212056.x0LKuTIm091060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Mon Jan 21 20:56:29 2019
New Revision: 343284
URL: https://svnweb.freebsd.org/changeset/base/343284

Log:
  List caph_limit_stream() in the synopsis.
  
  Fix typos while here.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libcapsicum/capsicum_helpers.3

Modified: head/lib/libcapsicum/capsicum_helpers.3
==============================================================================
--- head/lib/libcapsicum/capsicum_helpers.3	Mon Jan 21 20:25:08 2019	(r343283)
+++ head/lib/libcapsicum/capsicum_helpers.3	Mon Jan 21 20:56:29 2019	(r343284)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 4, 2018
+.Dd January 21, 2019
 .Dt CAPSICUM_HELPERS 3
 .Os
 .Sh NAME
@@ -50,11 +50,13 @@
 .Ft int
 .Fn caph_enter_casper "void"
 .Ft int
-.Fn caph_rights_limit "inf fd" "const cap_righst_t *rights"
+.Fn caph_rights_limit "int fd" "const cap_righst_t *rights"
 .Ft int
-.Fn caph_ioctls_limit "inf fd" "const unsigned long *cmds" "size_t ncmds"
+.Fn caph_ioctls_limit "int fd" "const unsigned long *cmds" "size_t ncmds"
 .Ft int
-.Fn caph_fcntls_limit "inf fd" "uint32_t fcntlrights"
+.Fn caph_fcntls_limit "int fd" "uint32_t fcntlrights"
+.Ft int
+.Fn caph_limit_stream "int fd" "int flags"
 .Ft int
 .Fn caph_limit_stdin "void"
 .Ft int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901212056.x0LKuTIm091060>