From: Dirk Eddelbuettel <edd@debian.org>
Date: Mon, 1 Jun 2026 19:49:06 +0800
Subject: Missing double hyphen in manual page

Bug-Debian: https://bugs.debian.org/913539
Origin: other, email by Barak Pearlmutter
Last-Update: 2018-11-27
---
 doc/gsl-randist.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gsl-randist.1 b/doc/gsl-randist.1
index 4a06169..39f9a83 100644
--- a/doc/gsl-randist.1
+++ b/doc/gsl-randist.1
@@ -15,7 +15,7 @@ Here is an example.  We generate 10000 random samples from a Cauchy
 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
