From a9ef4478e980002cd3a379ce2c8552098054ff63 Mon Sep 17 00:00:00 2001 From: JohnD Date: Mon, 23 Sep 2024 08:58:13 -0400 Subject: [PATCH] * doc/octave-cfitsio.texi: fix typo introduced on last changeset --- doc/octave-cfitsio.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/octave-cfitsio.texi b/doc/octave-cfitsio.texi index 873d281..62ae402 100644 --- a/doc/octave-cfitsio.texi +++ b/doc/octave-cfitsio.texi @@ -114,7 +114,7 @@ With an internet connection available, the package can be installed from octave-@value{PACKAGE} using the following command within @acronym{GNU} Octave: @example -pkg install "https://github.com/gnu-octave/octave-/@value{PACKAGE}releases/download/v@value(VERSION)/octave-@value{PACKAGE}-@value(VERSION).tar.gz" +pkg install "https://github.com/gnu-octave/octave-/@value{PACKAGE}releases/download/v@value{VERSION}/octave-@value{PACKAGE}-@value{VERSION}.tar.gz" @end example On @acronym{GNU} Octave 7 and higher, the package can be installed in the simpler form of: