Index: perforce.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/manual/OptionalTasks/perforce.html,v
retrieving revision 1.6
diff -u -r1.6 perforce.html
--- perforce.html	2001/05/03 07:10:16	1.6
+++ perforce.html	2001/05/14 08:41:55
@@ -325,6 +325,11 @@
     <td valign="top">Label Description</td>
     <td valign="top" align="center">No</td>
   </tr>
+  <tr>
+    <td valign="top">lock</td>
+    <td valign="top">Lock the label once created.</td>
+    <td valign="top" align="center">No</td>
+  </tr>
 
 
 </table>
@@ -333,6 +338,7 @@
 &lt;p4label
 	name=&quot;NightlyBuild:${DSTAMP}:${TSTAMP}&quot; 
 	desc=&quot;Auto Nightly Build&quot;
+	lock=&quot;locked&quot;
 /&gt;
 </pre>
 <hr>
