PERFORCE change 164143 for review

Robert Watson rwatson at FreeBSD.org
Thu Jun 11 20:51:27 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164143

Change 164143 by rwatson at rwatson_freebsd_capabilities on 2009/06/11 20:50:46

	Update date, fix xrefs.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.3#13 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.3#13 (text+ko) ====

@@ -32,7 +32,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 25, 2009
+.Dd June 11, 2009
 .Os
 .Dt LIBCAP 3
 .Sh NAME
@@ -86,6 +86,9 @@
 .Xr unix 4
 domain socket connection to the sandbox, or can provide a basic remote
 procedure call (RPC) facility.
+Applications may also use RPC generators such as
+.Xr rpcgen 1
+to build event handling and marshaling code.
 .Sh HOST API
 The
 .Nm
@@ -210,7 +213,7 @@
 .Va seqnop .
 .Pp
 When an RPC is complete, it should be returned to the host via
-.Xr lcs_sendrpc ,
+.Fn lcs_sendrpc ,
 which accepts the same operation and sequence number as arguments, as well as
 reply data via the
 .Vt iovec
@@ -221,8 +224,15 @@
 using
 .Xr free 3 .
 .Sh SEE ALSO
+.Xr rpcgen 1 ,
 .Xr cap_enter 2 ,
-.Xr cap_new 2
+.Xr cap_new 2 ,
+.Xr recv 2 ,
+.Xr send 2 ,
+.Xr writev 2 ,
+.Xr free 3 ,
+.Xr malloc 3 ,
+.Xr unix 4
 .Sh HISTORY
 Support for capabilities and capabilities mode was developed as part of the
 .Tn TrustedBSD


More information about the p4-projects mailing list