From owner-p4-projects@FreeBSD.ORG Sun Jan 31 15:39:59 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1AAAB1065676; Sun, 31 Jan 2010 15:39:59 +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 D39361065670 for ; Sun, 31 Jan 2010 15:39:58 +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 BF2138FC08 for ; Sun, 31 Jan 2010 15:39:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0VFdwKb073493 for ; Sun, 31 Jan 2010 15:39:58 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 o0VFdwdg073491 for perforce@freebsd.org; Sun, 31 Jan 2010 15:39:58 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 31 Jan 2010 15:39:58 GMT Message-Id: <201001311539.o0VFdwdg073491@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 Precedence: bulk Cc: Subject: PERFORCE change 174029 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2010 15:39:59 -0000 http://p4web.freebsd.org/chv.cgi?CH=174029 Change 174029 by rwatson@rwatson_vimage_client on 2010/01/31 15:39:13 Fix markup nits, type nits, and argument names. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libcapsicum/libcapsicum_fdlist.3#2 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libcapsicum/libcapsicum_fdlist.3#2 (text+ko) ==== @@ -44,16 +44,16 @@ .In sys/types.h .In sys/capability.h .In libcapsicum.h -.Ft int +.Ft struct lc_fdlist * .Fn lc_fdlist_new "void" -.Ft int +.Ft struct lc_fdlist * .Fn lc_fdlist_global "void" -.Ft int +.Ft struct lc_fdlist * .Fn lc_fdlist_dup "struct lc_fdlist *orig" .Ft int .Fn lc_fdlist_free "struct lc_fdlist *l" .Ft int -.Fn lc_fdlist_add "struct lc_fdlist **l", "const char *subsystem", "const char *classname", "const char *name", "int fd" +.Fn lc_fdlist_add "struct lc_fdlist **l" "const char *subsystem" "const char *classname" "const char *name" "int fd" .Ft int .Fn lc_fdlist_addcap "struct lc_fdlist **l" "const char *subsystem" "const char *classname" "const char *name" "int fd" "cap_rights_t rights" .Ft int @@ -113,7 +113,7 @@ .It Fa subsystem Application or library name, globally unique in order to prevent collisions between software components in the same host/sandbox pair. -.It Fa class +.It Fa classname An application-specific or library-specific name, intended to reflect a specific software component within that application or library. .It Fa name @@ -128,7 +128,7 @@ .Fa fd , with the three-part name .Fa subsystem , -.Fa class , +.Fa classname , and .Fa name to the file descriptor list @@ -142,7 +142,7 @@ .Fn lc_fdlist_lookup looks up a file descriptor using the three-part name .Fa subsystem , -.Fa class , +.Fa classname , and .Fa name from the file descriptor list