[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] minor bug in gsl-ref
From: |
Jerome BENOIT |
Subject: |
[Help-gsl] minor bug in gsl-ref |
Date: |
Thu, 17 May 2007 14:53:36 +0800 |
User-agent: |
IceDove 1.5.0.10 (X11/20070328) |
Hello List,
I have just found a minor bug in the GSL manual:
chapter 24, subsection 24.3.1: at the very end:
in the second command line we read:
(...) awk '!/^#/ {print $1, $4}' (...),
whereas we must have:
(...) awk '!/^#/ {print $1, $5}' (...)
hth,
Jerome
--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net
- [Help-gsl] minor bug in gsl-ref,
Jerome BENOIT <=