1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Correct the manpage of spline
The --no-of-intervals argument is documented wrongly originally.
Forwarded: no
Author: Floris Bruynooghe <flub@devork.be>
Last-Update: 2018-10-04
--- a/info/spline.1
+++ b/info/spline.1
@@ -107,7 +107,7 @@
.br
.ns
.TP
-.BI \-\-number\-of\-intervals " n"
+.BI \-\-no\-of\-intervals " n"
Subdivide the interval over which interpolation occurs into \fIn\fP\^
subintervals.
The number of data points computed, and written to the
|