Skip to content

Commit b2097a7

Browse files
authored
Merge pull request #2373 from edwardhartnett/ejh_docs_5
fixed documentation warnings in filters.md
2 parents 4997d12 + cb36cd5 commit b2097a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/filters.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ directories separated by a separator character. For *nix* operating systems,
361361
this separator is the colon (':') character. For Windows and Mingw, the
362362
separator is the semi-colon (';') character. So for example:
363363
* Linux: export HDF5_PLUGIN_PATH=/usr/lib:/usr/local/lib
364-
* Windows: export HDF5_PLUGIN_PATH=c:\ProgramData\hdf5\plugin;c:\tools\lib
364+
* Windows: export HDF5_PLUGIN_PATH=c:\\ProgramData\\hdf5\\plugin;c:\\tools\\lib
365365

366366
If HDF5_PLUGIN_PATH is defined, then the loader will search each directory
367367
in the path from left to right looking for shared libraries with specific
@@ -380,7 +380,10 @@ it also searches the default directory.
380380

381381
## Plugin Library Naming {#filters_Pluginlib}
382382

383-
Given a plugin directory, HDF5 examines every file in that directory that conforms to a specified name pattern as determined by the platform on which the library is being executed.
383+
Given a plugin directory, HDF5 examines every file in that directory
384+
that conforms to a specified name pattern as determined by the
385+
platform on which the library is being executed.
386+
384387
<table>
385388
<tr halign="center"><th>Platform<th>Basename<th>Extension
386389
<tr halign="left"><td>Linux<td>lib*<td>.so*

0 commit comments

Comments
 (0)