Author: oshogbo
Date: Sun Jul 15 17:31:50 2018
New Revision: 336308
URL: https://svnweb.freebsd.org/changeset/base/336308

Log:
  Fix declaration.

Modified:
  head/lib/libcapsicum/capsicum_helpers.3

Modified: head/lib/libcapsicum/capsicum_helpers.3
==============================================================================
--- head/lib/libcapsicum/capsicum_helpers.3     Sun Jul 15 17:21:19 2018        
(r336307)
+++ head/lib/libcapsicum/capsicum_helpers.3     Sun Jul 15 17:31:50 2018        
(r336308)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 7, 2018
+.Dd July 15, 2018
 .Dt CAPSICUM_HELPERS 3
 .Os
 .Sh NAME
@@ -45,7 +45,7 @@
 .Ft int
 .Fn caph_enter_casper "void"
 .Ft int
-.Fn caph_limit_stream "int fd, int flags"
+.Fn caph_limit_stream "int fd" "int flags"
 .Ft int
 .Fn caph_limit_stdin "void"
 .Ft int
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to