From owner-p4-projects@FreeBSD.ORG Wed Apr 19 21:07:49 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EE92216A40A; Wed, 19 Apr 2006 21:07:48 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DFE16A408 for ; Wed, 19 Apr 2006 21:07:48 +0000 (UTC) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 807E243D4C for ; Wed, 19 Apr 2006 21:07:48 +0000 (GMT) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JL7maS044013 for ; Wed, 19 Apr 2006 21:07:48 GMT (envelope-from millert@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JL7mWk044010 for perforce@freebsd.org; Wed, 19 Apr 2006 21:07:48 GMT (envelope-from millert@freebsd.org) Date: Wed, 19 Apr 2006 21:07:48 GMT Message-Id: <200604192107.k3JL7mWk044010@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to millert@freebsd.org using -f From: Todd Miller To: Perforce Change Reviews Cc: Subject: PERFORCE change 95625 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, 19 Apr 2006 21:07:49 -0000 http://perforce.freebsd.org/chv.cgi?CH=95625 Change 95625 by millert@millert_g5tower on 2006/04/19 21:06:54 Fix some cut & pastos Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/mach/security.defs#8 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/mach/security.defs#8 (text+ko) ==== @@ -17,8 +17,7 @@ @param task Target's task port @param label Returned label handle - This call retrieves a label handle label for the - specified task, with respect to the specified policies. + This call retrieves the label handle of the specified task. @return Standard MiG return values (0 for success) */ @@ -48,12 +47,9 @@ @param port Port to query label from @param label Returned label handle - This call retrieves a label handle label for the - specified task, with respect to the specified policies. - - This call retrieves a label handle for the specified port, with - respect to the specified policies. If the port represents a label - handle, KERN_INVALID_ARGUMENT is returned. + This call retrieves a new label handle for the specified port. + If the port represents a label handle, KERN_INVALID_ARGUMENT is + returned. @return Standard MiG return values (0 for success) */