Index: /trunk/Nebulous/lib/Nebulous/Client.pod
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client.pod	(revision 24923)
+++ /trunk/Nebulous/lib/Nebulous/Client.pod	(revision 24924)
@@ -35,4 +35,5 @@
     my $mounts = $neb->mounts();
     my $mode = $neb->chmod( $key, $mode );
+    my $dead = $neb->prune( $key );
 
 =head1 DESCRIPTION
@@ -393,4 +394,18 @@
 
 =item * stat($key)
+
+View the properties of a storage object.
+
+=over 4
+
+=item * key
+
+The storage object key (name).
+
+=back
+
+Returns an arrayref of scalars.
+
+=item * prune($key)
 
 View the properties of a storage object.
