# HG changeset patch # User John W. Eaton # Date 1286435924 14400 # Node ID 0f6c5efce96e590455b45df646af5cc7af80ab96 # Parent bb8bf77f22426375839c63613f461320731cd599 conv.m: docstring fix diff -r bb8bf77f2242 -r 0f6c5efce96e scripts/polynomial/conv.m --- a/scripts/polynomial/conv.m Thu Oct 07 03:14:59 2010 -0400 +++ b/scripts/polynomial/conv.m Thu Oct 07 03:18:44 2010 -0400 @@ -28,10 +28,10 @@ ## ## The optional @var{shape} parameter may be ## -## @table @asis\n\ +## @table @asis ## @item @var{shape} = "full" ## Return the full convolution. -## \n\ +## ## @item @var{shape} = "same" ## Return central part of the convolution with the same size as @var{a}. ## @end table