# HG changeset patch # User Philip Nienhuis # Date 1474574432 -7200 # Node ID 640c1b4768606863e8b2b9c212332217df438b68 # Parent 5a1167e15c0e841def0edcaa81642f4a3c06eed6 pkg.m: more clearly document package querying options (bug #49156) diff -r 5a1167e15c0e -r 640c1b476860 scripts/pkg/pkg.m --- a/scripts/pkg/pkg.m Thu Sep 22 16:55:26 2016 +0200 +++ b/scripts/pkg/pkg.m Thu Sep 22 22:00:32 2016 +0200 @@ -21,9 +21,11 @@ ## -*- texinfo -*- ## @deftypefn {} {} pkg @var{command} @var{pkg_name} ## @deftypefnx {} {} pkg @var{command} @var{option} @var{pkg_name} -## Manage packages (groups of add-on functions) for Octave. +## @deftypefnx {} {[@var{out1}, @dots{}] =} pkg (@var{command}, @dots{} ) +## Manage or query packages (groups of add-on functions) for Octave. ## -## Different actions are available depending on the value of @var{command}. +## Different actions are available depending on the value of @var{command} +## and on return arguments. ## ## Available commands: ##