PERFORCE change 95625 for review

Todd Miller millert at FreeBSD.org
Wed Apr 19 21:08:23 UTC 2006


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

Change 95625 by millert at 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)
 */


More information about the trustedbsd-cvs mailing list