changeset 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 5a1167e15c0e
children db762b9b9b72
files scripts/pkg/pkg.m
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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:
 ##