From owner-p4-projects@FreeBSD.ORG Wed Jun 10 19:33:07 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EF2F51065679; Wed, 10 Jun 2009 19:33:06 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF30F1065675 for ; Wed, 10 Jun 2009 19:33:06 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9BF088FC0C for ; Wed, 10 Jun 2009 19:33:06 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5AJX6nQ069209 for ; Wed, 10 Jun 2009 19:33:06 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5AJX6jM069207 for perforce@freebsd.org; Wed, 10 Jun 2009 19:33:06 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 10 Jun 2009 19:33:06 GMT Message-Id: <200906101933.n5AJX6jM069207@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 164037 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 19:33:08 -0000 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