Index: /trunk/Nebulous/lib/Nebulous/Client.pod
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client.pod	(revision 13056)
+++ /trunk/Nebulous/lib/Nebulous/Client.pod	(revision 13057)
@@ -19,4 +19,5 @@
     $neb->lock( "key", 'write' );
     $neb->unlock( "key", 'write' );
+    my $uris = $neb->find_objects( $pattern );
     my $uris = $neb->find_instances( "key", "node01" );
     my $path = $neb->find( "key" );
@@ -232,4 +233,23 @@
 
 
+=item * find_objects($pattern)
+
+Lists all storage objects that match C<$pattern>.  Where C<$pattern> is a POSIX
+1003.2 compatable regular repression.  Note that this is I<NOT> a Perl or PCRE
+regular expression.
+
+=over 4
+
+=item * pattern
+
+The storage object key (name).
+
+This parameter is optional.
+
+=back
+
+Returns an arrayref of scalars.
+
+
 =item * find_instances($key, $volume)
 
