Your message dated Sun, 25 Jun 2006 21:49:39 +0100
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #247208,
regarding spline: manpage says "--number-of-intervals" but spline only
understands "--no-of-intervals"
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
[ Please keep [EMAIL PROTECTED] in the CC list when
replying. ]
As explained in Debian bug report: http://bugs.debian.org/247208. The
spline manpage in Plotutils 2.4.1 shows a wrong long option.
Attached is a patch that fixes the manpage and is currently used in
Debian.
You can also take this as an encouragement to make that new bugfix
release as promised here:
http://lists.gnu.org/archive/html/bug-gnu-utils/2005-09/msg00062.html
If you do so please let me know so I can make sure all patches
currently used in Debian are integrated (where applicable).
Regards
Floris
--
Debian GNU/Linux -- The Power of Freedom
www.debian.org | www.gnu.org | www.kernel.org
--- plotutils-2.4.1/info/spline.1 2001-01-10 14:45:35.000000000 +0000
+++ /tmp/dpep.lYComd/plotutils-2.4.1/info/spline.1 2006-05-30
16:12:02.008553278 +0100
@@ -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
--- End Message ---