PERFORCE change 164037 for review

Robert Watson rwatson at FreeBSD.org
Wed Jun 10 19:33:08 UTC 2009


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

Change 164037 by rwatson at 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


More information about the p4-projects mailing list