Date: Wed, 10 Jun 2009 19:33:06 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 164037 for review Message-ID: <200906101933.n5AJX6jM069207@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164037 Change 164037 by rwatson@rwatson_freebsd_capabilities on 2009/06/10 19:33:00 Sandbox rename-related fixes to man page. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.3#6 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.3#6 (text+ko) ==== @@ -76,7 +76,7 @@ .Sh HOST API The .Nm -host API allows processes to start, stop, and manage sandboxs running in +host API allows processes to start, stop, and manage sandboxes running in capability mode. Host API functions can be identified by their function name prefix, .Dv lch_ . @@ -85,12 +85,12 @@ .Dt "struct lc_sandbox" , which is returned by .Fn lch_start -for successfully started sandboxs, and passed into other APIs to indicate which -sandbox should be acted on. +for successfully started sandboxes, and passed into other APIs to indicate +which sandbox should be acted on. .Fn lch_start creates a new executing sandbox, given the name of the sandbox binary via .Va sandbox . -Executing sandboxs may be stopped (and state freed) using +Executing sandboxes may be stopped (and state freed) using .Fn lch_stop . .Pp Properties of the sandbox, such as the socket used to communicate with it, @@ -108,8 +108,8 @@ .Xr recv 2 and .Xr send 2 -to avoid sandbox consumers from having to query sandbox socket file descriptors -before use. +to avoid sandbox consumers from having to query sandbox socket file +descriptors before use. .Sh SANDBOX API The .Nm @@ -133,7 +133,7 @@ .Xr recv 2 and .Xr send 2 -to avoid sandboxs having to query host socket file descriptors before use. +to avoid sandboxes having to query host socket file descriptors before use. .Sh SEE ALSO .Xr cap_enter 2 .Xr cap_new 2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906101933.n5AJX6jM069207>