Index: trunk/Nebulous/lib/Nebulous/Client.pod
===================================================================
--- trunk/Nebulous/lib/Nebulous/Client.pod	(revision 13311)
+++ trunk/Nebulous/lib/Nebulous/Client.pod	(revision 16180)
@@ -13,6 +13,6 @@
     );
 
-    my $uri = $neb->create( "key", 0, "node01", "example" );
-    my $fh = $neb->open_create( "key", 0, "node01", "example" );
+    my $uri = $neb->create( "key", "node01" );
+    my $fh = $neb->open_create( "key", "node01" );
     $neb->replicate( "key", "node01" );
     $neb->cull( "key", "node01" );
@@ -87,5 +87,5 @@
 
 
-=item * create($key, $class, $volume, $comment).
+=item * create($key, $volume).
 
 Creates a new storage object.
@@ -97,10 +97,4 @@
 The storage object key (name).
 
-=item * class 
-
-The storage class.
-
-This parameter is optional.
-
 =item * volume
 
@@ -109,10 +103,4 @@
 This parameter is optional.
 
-=item * comment 
-
-The storage object comment.
-
-This parameter is optional.
-
 =back
 
@@ -120,5 +108,5 @@
 
 
-=item * open_create($key, $class, $volume, $comment).
+=item * open_create($key, $volume).
 
 Creates and opens new storage object.
@@ -130,19 +118,7 @@
 The storage object key (name).
 
-=item * class 
-
-The storage class.
-
-This parameter is optional.
-
 =item * volume
 
 The preferred storage location of initial instance.
-
-This parameter is optional.
-
-=item * comment 
-
-The storage object comment.
 
 This parameter is optional.
Index: trunk/Nebulous/lib/Nebulous/Server.pod
===================================================================
--- trunk/Nebulous/lib/Nebulous/Server.pod	(revision 13311)
+++ trunk/Nebulous/lib/Nebulous/Server.pod	(revision 16180)
@@ -14,5 +14,5 @@
     Nebulous::Server->sql( $sql );
     Nebulous::Server->config( $config );
-    Nebulous::Server->create_object( $key, $class, $volume, $comment );
+    Nebulous::Server->create_object( $key, $volume );
     Nebulous::Server->rename_object( $key, $newkey );
     Nebulous::Server->replicate_object( $key, $volume );
@@ -55,5 +55,5 @@
 exception on error.
 
-=item * create_object( $key, $class, $volume, $comment );
+=item * create_object( $key, $volume );
 
 Accepts 4 parameters, only the first is mandatory.  Returns a URI.  Throws an
@@ -88,5 +88,5 @@
 
 Accepts 1 parameters, it is mandatory.  Returns a list of: so_id, ext_id,
-class_id, comment, read_lock, write_lock, epoch.
+read_lock, write_lock, epoch.
 
 =back
