octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55501] subsequent calls to "help @sym/beta" g


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55501] subsequent calls to "help @sym/beta" gives "help beta" text
Date: Fri, 18 Jan 2019 14:23:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Follow-up Comment #4, bug #55501 (project octave):

I get the same behavior with '@ftp/mkdir'.

Demo with Octave 5.0.1, no packages loaded, using '__which__':


>> __which__ ('@ftp/mkdir')
ans =

  scalar structure containing the fields:

    name = @ftp/mkdir
    file = /path/to/share/octave/5.0.1/m/@ftp/mkdir.m
    type = function

>> __which__ ('@ftp/mkdir')
ans =

  scalar structure containing the fields:

    name = @ftp/mkdir
    file = /path/to/share/octave/5.0.1/m/miscellaneous/mkdir.m
    type = function



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55501>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]