Index: includes/bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.365
diff -u -r1.365 bootstrap.inc
--- includes/bootstrap.inc	21 Mar 2010 16:53:36 -0000	1.365
+++ includes/bootstrap.inc	22 Mar 2010 02:45:52 -0000
@@ -352,7 +352,7 @@
  *
  * $sites = array(
  *   'devexample.com' => 'example.com',
- *   'localhost/example' => 'example.com',
+ *   'localhost.example' => 'example.com',
  * );
  *
  * The above array will cause Drupal to look for a directory named
Index: sites/example.sites.php
===================================================================
RCS file: /cvs/drupal/drupal/sites/example.sites.php,v
retrieving revision 1.2
diff -u -r1.2 example.sites.php
--- sites/example.sites.php	8 Dec 2009 06:28:50 -0000	1.2
+++ sites/example.sites.php	22 Mar 2010 02:45:52 -0000
@@ -18,7 +18,7 @@
  *
  * $sites = array(
  *   'devexample.com' => 'example.com',
- *   'localhost/example' => 'example.com',
+ *   'localhost.example' => 'example.com',
  * );
  *
  * The above array will cause Drupal to look for a directory named
@@ -41,4 +41,4 @@
  * signs to enable.
  */
 # $sites['devexample.com'] = 'example.com';
-# $sites['localhost/example'] = 'example.com';
+# $sites['localhost.example'] = 'example.com';
