Package: gsl / 2.5+dfsg-6

manual-page-correction Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Missing double hyphen in manual page
Author: Dirk Eddelbuettel <edd@debian.org>
Bug-Debian: https://bugs.debian.org/913539
Origin: other, email by Barak Pearlmutter
Last-Update: 2018-11-27

--- gsl-2.5+dfsg.orig/doc/gsl-randist.1
+++ gsl-2.5+dfsg/doc/gsl-randist.1
@@ -15,7 +15,7 @@ Here is an example.  We generate 10000 r
 distribution with a width of 30 and histogram them over the range -100 to
 100, using 200 bins.
  
-     gsl-randist 0 10000 cauchy 30 | gsl-histogram -100 100 200 > histogram.dat
+     gsl-randist 0 10000 cauchy 30 | gsl-histogram -- -100 100 200 > histogram.dat
  
 A plot of the resulting histogram will show the familiar shape of the
 Cauchy distribution with fluctuations caused by the finite sample