diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:31:21 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:31:21 -0400 |
commit | 6fa3c40066d5e86135636d5e261a7f60cf430f63 (patch) | |
tree | 2ed3f832ec71361f30ecf24942431702193abc17 /libraries/hdf | |
parent | bd7201c89bed3252627fce08eaa9860e74435277 (diff) |
libraries/hdf: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/hdf')
-rw-r--r-- | libraries/hdf/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/hdf/README b/libraries/hdf/README index 10e86360f324..d2c0af2c480c 100644 --- a/libraries/hdf/README +++ b/libraries/hdf/README @@ -1,5 +1,5 @@ -Hierarchical Data Format is a physical file format for storing scientific data. -At its highest level, HDF is a collection of utilities and applications for -manipulating, viewing, and analyzing data in HDF files. Between these levels, -HDF is a software library that provides high-level APIs and a low-level data -interface. +Hierarchical Data Format is a physical file format for storing +scientific data. At its highest level, HDF is a collection of +utilities and applications for manipulating, viewing, and analyzing +data in HDF files. Between these levels, HDF is a software library +that provides high-level APIs and a low-level data interface. |