changeset 2628:b12c091c07e5 octave-forge

Add missing \\n\\ in texinfo strings. my fault
author adb014
date Sun, 08 Oct 2006 20:05:06 +0000
parents d0c7ab30eb58
children 91c9df189b10
files main/gsl/src/double_mode_to_double.cc.template main/gsl/src/legendre_sphPlm_array.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/gsl/src/double_mode_to_double.cc.template	Sun Oct 08 19:48:28 2006 +0000
+++ b/main/gsl/src/double_mode_to_double.cc.template	Sun Oct 08 20:05:06 2006 +0000
@@ -14,7 +14,7 @@
     Single-precision, a relative accuracy of approximately @code{10^-7}.\n\
 @item 2 = GSL_PREC_APPROX\n\
     Approximate values, a relative accuracy of approximately @code{5 * 10^-4}.\n\
-@end table
+@end table\n\
 \n\
 @var{err} contains an estimate of the absolute error in the value @var{y}.\n\
 \n\
--- a/main/gsl/src/legendre_sphPlm_array.cc	Sun Oct 08 19:48:28 2006 +0000
+++ b/main/gsl/src/legendre_sphPlm_array.cc	Sun Oct 08 20:05:06 2006 +0000
@@ -38,7 +38,7 @@
 for $m >= 0, l = |m|, ..., lmax, |x| <= 1.0$\n\
 @end tex\n\
 @end iftex\n\
-@ifinfo
+@ifinfo\n\
 sqrt((2l+1)/(4*pi)) * sqrt((l-m)!/(l+m)!) Plm (x)\n\
 for m >= 0, l = |m|, ..., lmax, |x| <= 1.0\n\
 @end ifinfo\n\