changeset 27073:f02695656257

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 30 Apr 2019 15:31:53 +0000
parents 1ccb40372115 (current diff) ad77f3204eda (diff)
children d302dfa0c572
files libinterp/corefcn/load-save.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/load-save.cc	Tue Apr 30 15:29:59 2019 +0000
+++ b/libinterp/corefcn/load-save.cc	Tue Apr 30 15:31:53 2019 +0000
@@ -1613,9 +1613,9 @@
 Force Octave to assume the file is in @sc{hdf5} format.
 (@sc{hdf5} is a free, portable binary format developed by the National
 Center for Supercomputing Applications at the University of Illinois.)
-Note that Octave can read @sc{hdf5} files not created by itself, but may
-skip some datasets in formats that it cannot support.  This format is
-only available if Octave was built with a link to the @sc{hdf5} libraries.
+Note that Octave can only read @sc{hdf5} files that were created by itself with
+@code{save}.  This format is only available if Octave was built with a link to
+the @sc{hdf5} libraries.
 
 @item -import
 This option is accepted for backward compatibility but is ignored.