[eros-cvs] cvs commit: eros/src/doc/www/devel/ObRef/kernel Discrim.html

Charlie Landau clandau@eros.cs.jhu.edu
Sun, 28 Jan 2001 18:45:20 -0500


clandau     01/01/28 18:45:20

  Modified:    src/doc/www/devel/ObRef/kernel Discrim.html
  Log:
  Change data key to number key. Add symbolic order codes.

Revision  Changes    Path
1.11      +6 -6      eros/src/doc/www/devel/ObRef/kernel/Discrim.html

Index: Discrim.html
===================================================================
RCS file: /cvs/eros/src/doc/www/devel/ObRef/kernel/Discrim.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Discrim.html	2001/01/28 04:39:24	1.10
+++ Discrim.html	2001/01/28 23:45:20	1.11
@@ -40,7 +40,7 @@
 	   </tr>
 	 </table>
 	 <p>
-    <dt> <strong>Classify</strong> (OC = 1)
+    <dt> <strong>Classify</strong> (OC = OC_Discrim_Classify (1))
     <dd> 
 	 <p> Returns the category of the passed key.
 	 <table>
@@ -85,7 +85,7 @@
 	   </tr>
 	 </table>
 	 <p>
-    <dt> <strong>Verify Discretion</strong> (OC = 2)
+    <dt> <strong>Verify Discretion</strong> (OC = OC_Discrim_Verify (2))
     <dd> 
 	 <p> Determines whether the key in question is capable of
 	 leaking information:
@@ -105,8 +105,8 @@
 	     <td rowspan=2>
 	       <strong>Result</strong>
 	     </td>
-	     <td>0</td>
-	     <td>Key is some other key.</td>
+	           <td>0</td>
+	           <td>Key is some other key.</td>
 	   </tr>
 		 <tr valign=top>
 		   <td>1</td>
@@ -116,7 +116,7 @@
 		       <li> A read-only page key
 		       <li> A read-only, no-call segment key
 		       <li> A sense key
-		       <li> A data key
+		       <li> A number key
 		       <li> The discrim key
 		       <li> The returner key
 		       <li> The void key
@@ -125,7 +125,7 @@
 		 </tr>
 	 </table>
 	 <p>
-    <dt> <strong>Compare Keys</strong> (OC = 3)
+    <dt> <strong>Compare Keys</strong> (OC = OC_Discrim_Compare (3))
     <dd> 
 	 <p> Determines whether two keys are identical.
 	 <table>