diff scripts/statistics/base/cov.m @ 3456:434790acb067

[project @ 2000-01-19 06:58:51 by jwe]
author jwe
date Wed, 19 Jan 2000 06:59:23 +0000
parents f8dde1807dee
children d25bc039237b
line wrap: on
line diff
--- a/scripts/statistics/base/cov.m	Tue Jan 18 19:57:13 2000 +0000
+++ b/scripts/statistics/base/cov.m	Wed Jan 19 06:59:23 2000 +0000
@@ -23,13 +23,13 @@
 ## with one argument, compute @code{cov (@var{x}, @var{x})}.
 ## @end deftypefn
 
-## Author:  KH <Kurt.Hornik@ci.tuwien.ac.at>
-## Description:  Compute covariances
+## Author: KH <Kurt.Hornik@ci.tuwien.ac.at>
+## Description: Compute covariances
 
 function c = cov (x, y)
 
   if (nargin < 1 || nargin > 2)
-    usage ("cov (x [, y])");
+    usage ("cov (x, y)");
   endif
 
   if (rows (x) == 1)