Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2002 22:05:34 -0800 (PST)
From:      Chris Costello <chris@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21212 for review
Message-ID:  <200211180605.gAI65Yj5059540@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21212

Change 21212 by chris@chris_holly on 2002/11/17 22:05:05

	Minor markup nit and bring things closer to date on the various
	renamings.  This really can't be all of them, so more on this to
	come...

Affected files ...

.. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/developers-handbook/mac/chapter.sgml#17 edit

Differences ...

==== //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/developers-handbook/mac/chapter.sgml#17 (text+ko) ====

@@ -168,7 +168,7 @@
         should handle the policy, and optionally requests the
         allocation of label state by the framework:</para>
       
-      <programlisting>static struct mac_policy_op_entry mac_none_ops[] =
+      <programlisting>static struct mac_policy_op_entry &mac.mpo;_ops[] =
 {
         { MAC_DESTROY,
             (macop_t)mac_none_destroy },
@@ -3610,7 +3610,7 @@
               *<parameter>vp</parameter></paramdef>
             <paramdef>struct label
               *<parameter>label</parameter></paramdef>
-            <paramdef>mode_t
+            <paramdef>int
               <parameter>acc_mode</parameter></paramdef>
           </funcprototype>
         </funcsynopsis>
@@ -4546,13 +4546,13 @@
           privilege.</para>
       </sect3>
       
-      <sect3 id="mac-mpo-cred-check-socket-receive">
-        <title><function>&mac.mpo;_check_socket_receive</function></title>
+      <sect3 id="mac-mpo-cred-check-socket-deliver">
+        <title><function>&mac.mpo;_check_socket_deliver</function></title>
         
         <funcsynopsis>
           <funcprototype>
             <funcdef>int
-              <function>&mac.mpo;_check_socket_receive</function></funcdef>
+              <function>&mac.mpo;_check_socket_deliver</function></funcdef>
             
             <paramdef>struct ucred
               *<parameter>cred</parameter></paramdef>
@@ -4590,7 +4590,7 @@
               
               <row>
                 <entry><parameter>mbuf</parameter></entry>
-                <entry>Object; mbuf to be received</entry>
+                <entry>Object; mbuf to be delivered</entry>
               </row>
               
               <row>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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