===================================================================
RCS file: /home/cvs/OpenXM/doc/OpenXM-web/ERRATA.html,v
retrieving revision 1.1
retrieving revision 1.6
diff -u -p -r1.1 -r1.6
--- OpenXM/doc/OpenXM-web/ERRATA.html	2000/01/24 07:21:06	1.1
+++ OpenXM/doc/OpenXM-web/ERRATA.html	2000/01/26 07:48:11	1.6
@@ -1,7 +1,7 @@
 
 
 
 
  
@@ -12,8 +12,28 @@ $OpenXM$
 
 ERRATA (20000124) (OpenXM)  
 
+
 
-Nothing serious for now in the version 200000124.
+  (OpenXM/doc/install-??.txt) 
+      The line "source .cshrc" should be added at the last of .login
+      in some unix distributions.
+
+   (OpenXM/doc/install-??.txt) 
+      Wrong:  source /xxx/yyy/OpenXM/rc/dot.bash  
+   ===> Correct: source /xxx/yyy/OpenXM/rc/dot.bashrc
+
+   (OpenXM/doc/install-??.txt) 
+   Wrong:  or read dot.bash or dot.cshrc file by the source command.
+   ===> Correct :  or read dot.bashrc or dot.cshrc file by the source command.
+
+  
+
+
+  
+
+
+
+