diff scripts/polynomial/convn.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents eb63fbe60fab
children e9dc2ed2ec0f
line wrap: on
line diff
--- a/scripts/polynomial/convn.m
+++ b/scripts/polynomial/convn.m
@@ -25,13 +25,13 @@
 ##
 ## @table @asis
 ## @item "full"
-## The full convolution result is returned. The size out of the output is
-## @code{size (@var{a}) + size (@var{b})-1}. This is the default behaviour.
+## The full convolution result is returned.  The size out of the output is
+## @code{size (@var{a}) + size (@var{b})-1}.  This is the default behaviour.
 ## @item "same"
-## The central part of the convolution result is returned. The size out of the
+## The central part of the convolution result is returned.  The size out of the
 ## output is the same as @var{a}.
 ## @item "valid"
-## The valid part of the convolution is returned. The size of the result is
+## The valid part of the convolution is returned.  The size of the result is
 ## @code{max (size (@var{a}) - size (@var{b})+1, 0)}.
 ## @end table
 ##