# HG changeset patch # User Kai T. Ohlhus # Date 1616846669 -32400 # Node ID 41e6507acab4483e6bde37b878e02b41275fb3ac # Parent 2129f69303db4f9c3f70d4b7c7ecffa7502059d6 Improve bug reporting section. diff -r 2129f69303db -r 41e6507acab4 pages/index.md --- a/pages/index.md Sat Mar 27 21:04:01 2021 +0900 +++ b/pages/index.md Sat Mar 27 21:04:29 2021 +0900 @@ -37,7 +37,7 @@ -### Syntax Examples +### Syntax Examples The Octave syntax is largely compatible with Matlab. The Octave interpreter can be run in diff -r 2129f69303db -r 41e6507acab4 pages/menu/bugs.md --- a/pages/menu/bugs.md Sat Mar 27 21:04:01 2021 +0900 +++ b/pages/menu/bugs.md Sat Mar 27 21:04:29 2021 +0900 @@ -35,18 +35,17 @@ 3. **Missing function in Octave** - - If the function is - [part of an Octave package]({{ site.sourceforge_url }}/functions_by_alpha.php), - this is **not** a bug. - - If the function **exists in Matlab**, - but **not in core Octave** and **not in an Octave package**, - that is a bug. + If a function exists in Matlab, but not in Octave, this is **not** a bug. + + - The function might already be + [part of an Octave package]({{ site.sourceforge_url }}/functions_by_alpha.php). + - You may file a **feature request** for it on the bug tracker.

- It might take several months or years until for new features to become part - of Octave, consider - [ commercial support]({{ "commercial-support.html" | relative_url }}) + Please be aware that it might take **several months** + until for new features become part of Octave. + Consider [ commercial support]({{ "commercial-support.html" | relative_url }}) if you don't want to wait that long. 4. **Make your bug report count**