Mercurial > hg > octave-nkf
diff scripts/pkg/get_forge_pkg.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | 76aba4305f1f |
children | 4f46520e2103 |
line wrap: on
line diff
--- a/scripts/pkg/get_forge_pkg.m +++ b/scripts/pkg/get_forge_pkg.m @@ -15,10 +15,11 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn{Function File} {[@var{ver}, @var{url}] =} get_forge_pkg (@var{name}) +## @deftypefn {Function File} {[@var{ver}, @var{url}] =} get_forge_pkg (@var{name}) ## Tries to discover the current version of an OctaveForge package from the web, ## using a working internet connection and the urlread function. -## If two output arguments are requested, returns also an address to download the file. +## If two output arguments are requested, returns also an address to download +## the file. ## @end deftypefn function [ver, url] = get_forge_pkg (name)