Index: trunk/Nebulous-Server/lib/Nebulous/Server.pod
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pod	(revision 2863)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pod	(revision 4440)
@@ -3,22 +3,22 @@
 =head1 NAME
 
-PS::IPP::IData::Server - iData server component
+Nebulous::Server - Nebulous server component
 
 =head1 SYNOPSIS
 
-    use PS::IPP::IData::Server;
+    use Nebulous::Server;
 
-    PS::IPP::IData::Server->setup( $dsn, $username, $passwd );
-    PS::IPP::IData::Server->create_object( $key, $class, $volume, $comment );
-    PS::IPP::IData::Server->replicate_object( $key, $volume );
-    PS::IPP::IData::Server->lock_object( $key, $type );
-    PS::IPP::IData::Server->unlock_object( $key, $type );
-    PS::IPP::IData::Server->find_instance( $key, $volume );
-    PS::IPP::IData::Server->delete_instance( $uri );
-    PS::IPP::IData::Server->stat_object( $key );
+    Nebulous::Server->setup( $dsn, $username, $passwd );
+    Nebulous::Server->create_object( $key, $class, $volume, $comment );
+    Nebulous::Server->replicate_object( $key, $volume );
+    Nebulous::Server->lock_object( $key, $type );
+    Nebulous::Server->unlock_object( $key, $type );
+    Nebulous::Server->find_instance( $key, $volume );
+    Nebulous::Server->delete_instance( $uri );
+    Nebulous::Server->stat_object( $key );
 
 =head1 DESCRIPTION
 
-This is the server side component of the iData system.  It is primarily a
+This is the server side component of the Nebulous system.  It is primarily a
 middle-ware abstraction of an SQL database.
 
@@ -120,5 +120,5 @@
 =head1 SEE ALSO
 
-L<PS::IPP::IData::Client>
+L<Nebulous::Client>
 
 =cut
