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

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

[Octave-bug-tracker] [bug #52845] function "ver" return fieldname differ


From: anonymous
Subject: [Octave-bug-tracker] [bug #52845] function "ver" return fieldname differs from its document
Date: Tue, 9 Jan 2018 06:59:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: function "ver" return fieldname differs from its
document
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 09 Jan 2018 11:59:30 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Any

    _______________________________________________________

Details:

Function "ver" return a structure with field "Release"

octave:1> ans = ver
ans =

  scalar structure containing the fields:

    Name = Octave
    Version = 4.2.1
    Release = [](0x0)
    Date = [](0x0)



But its document mentions that the structure includes the field "Revision"

octave:2> help ver
...
     When called with an output argument, return a vector of structures
     describing Octave and each installed package.  The structure
     includes the following fields.

     'Name'
          Package name.

     'Version'
          Version of the package.

     'Revision'
          Revision of the package.

     'Date'
          Date of the version/revision.
...





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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