]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update doccos
authorJim Jagielski <jim@apache.org>
Thu, 4 Oct 2012 13:57:17 +0000 (13:57 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 4 Oct 2012 13:57:17 +0000 (13:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1394079 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_slotmem_plain.xml
docs/manual/mod/mod_slotmem_shm.xml

index 61603f189f5b8197754148f4fba5bae6f628fd5f..6cd8fe58427bfabe52d06a850f6f87dec7a0e5b9 100644 (file)
       <dd>return the total data size, in bytes, of a slot in the segment</dd>
 
       <dt>apr_status_t grab(ap_slotmem_instance_t *s, unsigned int *item_id);</dt>
-      <dd>grab or allocate a slot and mark as in-use (does not do any data copying)</dd>
+      <dd>grab or allocate the first free slot and mark as in-use (does not do any data copying)</dd>
 
       <dt>apr_status_t fgrab(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
-      <dd>forced grab or allocate a slot and mark as in-use (does not do any data copying)</dd>
+      <dd>forced grab or allocate the specified slot and mark as in-use (does not do any data copying)</dd>
         
      <dt>apr_status_t release(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
       <dd>release or free a slot and mark as not in-use (does not do any data copying)</dd>
index f27d156ba98dafd62a9d756dc8a35ed3989ecbac..4c45aa2c655a487f4d5b67bfb87130e06a4d6d11 100644 (file)
       <dd>return the total data size, in bytes, of a slot in the segment</dd>
 
       <dt>apr_status_t grab(ap_slotmem_instance_t *s, unsigned int *item_id);</dt>
-      <dd>grab or allocate a slot and mark as in-use (does not do any data copying)</dd>
+      <dd>grab or allocate the first free slot and mark as in-use (does not do any data copying)</dd>
 
-      <dt>apr_status_t grab(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
-      <dd>forced grab or allocate a slot and mark as in-use (does not do any data copying)</dd>
+      <dt>apr_status_t fgrab(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
+      <dd>forced grab or allocate the specified slot and mark as in-use (does not do any data copying)</dd>
 
       <dt>apr_status_t release(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
       <dd>release or free a slot and mark as not in-use (does not do any data copying)</dd>