Skip to content

Commit

Permalink
A path component may include a dot with other characters (HDFGroup#4192)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored and lrknox committed Mar 21, 2024
1 parent 235b109 commit c40d4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5Gmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@
* slash is a always a member of the component indicated by the link name preceding that slash.
*
* The first component in the path name may be any of the following:
* \li The special character dot (., a period), indicating the current group
* \li The special character dot (., a single period), indicating the current group
* \li The special character slash (/), indicating the root group
* \li Any member of the current group
*
* Component link names may be any string of ASCII characters not containing a slash or a dot
* Component link names may be any string of ASCII characters not containing a slash or a single dot
* (/ and ., which are reserved as noted above). However, users are advised to avoid the use of
* punctuation and non-printing characters, as they may create problems for other software. The
* figure below provides a BNF grammar for HDF5 path names.
Expand Down

0 comments on commit c40d4a8

Please sign in to comment.