diff src/DLD-FUNCTIONS/minmax.cc @ 3775:13905c3a24af

[project @ 2001-02-06 01:56:59 by jwe]
author jwe
date Tue, 06 Feb 2001 01:57:06 +0000
parents 50f30e40abca
children 115cbfcd067e
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/minmax.cc
+++ b/src/DLD-FUNCTIONS/minmax.cc
@@ -556,7 +556,7 @@
 \n\
 If called with two output arguments, also returns the index of the\n\
 minimum value(s). Thus,\n\
-@example\n
+@example\n\
 [x, ix] = min ([1, 3, 0, 2, 5])\n\
 @end example\n\
 \n\
@@ -580,11 +580,11 @@
 returns the largest element of @var{x}.\n\
 \n\
 For complex arguments, the magnitude of the elements are used for\n\
-comparison.
+comparison.\n\
 \n\
 If called with two output arguments, also returns the index of the\n\
 maximum value(s). Thus,\n\
-@example\n
+@example\n\
 [x, ix] = max([1, 3, 5, 2, 5])\n\
 @end example\n\
 \n\