comparison scripts/pkg/pkg.m @ 22529:640c1b476860

pkg.m: more clearly document package querying options (bug #49156)
author Philip Nienhuis <prnienhuis@users.sf.net>
date Thu, 22 Sep 2016 22:00:32 +0200
parents bac0d6f07a3e
children 3a2b891d0b33 3ac9f9ecfae5
comparison
equal deleted inserted replaced
22528:5a1167e15c0e 22529:640c1b476860
19 ## <http://www.gnu.org/licenses/>. 19 ## <http://www.gnu.org/licenses/>.
20 20
21 ## -*- texinfo -*- 21 ## -*- texinfo -*-
22 ## @deftypefn {} {} pkg @var{command} @var{pkg_name} 22 ## @deftypefn {} {} pkg @var{command} @var{pkg_name}
23 ## @deftypefnx {} {} pkg @var{command} @var{option} @var{pkg_name} 23 ## @deftypefnx {} {} pkg @var{command} @var{option} @var{pkg_name}
24 ## Manage packages (groups of add-on functions) for Octave. 24 ## @deftypefnx {} {[@var{out1}, @dots{}] =} pkg (@var{command}, @dots{} )
25 ## 25 ## Manage or query packages (groups of add-on functions) for Octave.
26 ## Different actions are available depending on the value of @var{command}. 26 ##
27 ## Different actions are available depending on the value of @var{command}
28 ## and on return arguments.
27 ## 29 ##
28 ## Available commands: 30 ## Available commands:
29 ## 31 ##
30 ## @table @samp 32 ## @table @samp
31 ## 33 ##