Index: trunk/Nebulous-Server/lib/Nebulous/Server.pod
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pod	(revision 24915)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pod	(revision 24926)
@@ -29,5 +29,6 @@
     Nebulous::Server->stat_object( $key );
     Nebulous::Server->mounts();
-    Nebulous::Server->chmod_object( $key, $mode) ;
+    Nebulous::Server->chmod_object( $key, $mode);
+    Nebulous::Server->prune_object( $key );
 
 =head1 DESCRIPTION
@@ -212,4 +213,10 @@
 exception on failure.
 
+=item * prune_object( $key );
+
+Removes all of the inaccessible instances from an object.
+
+Accepts 1 mandatory parameter.  Returns the number of inaccessible instances actually pruned from the object.
+
 =back
 
