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

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

[Octave-bug-tracker] [bug #39303] print_usage not working


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #39303] print_usage not working
Date: Thu, 20 Jun 2013 21:27:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.45 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?39303>

                 Summary: print_usage not working
                 Project: GNU Octave
            Submitted by: dastew
            Submitted on: Thu 20 Jun 2013 21:27:09 GMT
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Doug
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

address@hidden:~/octave-comp/octave$ hg id
3d981b47be42 tip
When I type butter I get
"
 butter
error: Invalid call to butter.  Correct usage is:

 Generate a butterworth filter.
 Default is a discrete space (Z) filter.

 [b,a
Additional help for built-in functions and operators is
available in the online version of the manual.  Use the command
'doc <topic>' to search the manual index.
"
the [b,a    should have much more info.

also for cheby1
"
cheby1
error: Invalid call to cheby1.  Correct usage is:

 Generate an Chebyshev type I filter with Rp dB of pass band ripple.

 [b, a] =
Additional help for built-in functions and operators is
"


and other functions also.

I traced it to 
which get_help_text
'get_help_text' is a built-in function from the file
libinterp/interpfcn/help.cc


when I do:
help butter    the help text is properly displayed
I am using the gui
Doug






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39303>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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