Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 21:07:48 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95625 for review
Message-ID:  <200604192107.k3JL7mWk044010@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604192107.k3JL7mWk044010>