|
From: | Georg Wiora |
Subject: | [Octave-bug-tracker] [bug #62417] Format names misspelled in documentation of format() |
Date: | Mon, 9 May 2022 12:11:16 -0400 (EDT) |
Follow-up Comment #2, bug #62417 (project octave): It was maybe my mistake to use quotes on the command line. The following is not accepted: >> format "short e" error: format: unrecognized format state 'short e' while these two command forms are accepted: >> format short e >> format "shorte" But even when you use the function form >> format("shorte") >> format("short e") error: format: unrecognized format state 'short e' only the first version is accepted. I have to admit that I am a bit puzzled by these results... Maybe it is more than a documentation bug? _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?62417> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |