Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use \' groff sequence for apostrophe. #17

Merged
merged 1 commit into from Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/man/h5fromh4.1
Expand Up @@ -53,7 +53,7 @@ option is used and multiple HDF4 files are specified, all the HDF4
datasets are output into that HDF5 file with the input filenames
(minus the ".hdf" suffix) used as the dataset names.

The most basic usage is something like \'h5fromh4 foo.hdf\', which
The most basic usage is something like \(aqh5fromh4 foo.hdf\(aq, which
will output a file foo.h5 containing the scientific dataset from
foo.hdf.
.SH OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5topng.1.in
Expand Up @@ -49,7 +49,7 @@ slice, via the
.B -xyzt
options. Yet more options control things like the colormap and
magnification. Still, the most basic usage is something like
\'h5topng foo.h5\', which will output a file foo.png containing an
\(aqh5topng foo.h5\(aq, which will output a file foo.png containing an
image from the two-dimensional data in foo.h5.
.SH OPTIONS
.TP
Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5totxt.1
Expand Up @@ -55,7 +55,7 @@ more slice dimensions, via the
.B -xyzt
options.

The most basic usage is something like \'h5totxt foo.h5\', which will
The most basic usage is something like \(aqh5totxt foo.h5\(aq, which will
output comma-delimited text to stdout from the data in foo.h5.
.SH OPTIONS
.TP
Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5tov5d.1
Expand Up @@ -56,7 +56,7 @@ more) slice dimension(s), via the
options.

A typical invocation is of the form
\'h5tov5d foo.h5\', which will output a Vis5d data file foo.v5d
\(aqh5tov5d foo.h5\(aq, which will output a Vis5d data file foo.v5d
from the data in foo.h5.
.SH OPTIONS
.TP
Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5tovtk.1
Expand Up @@ -52,7 +52,7 @@ vectors and fields can be output via the
option below.

A typical invocation is of the form
\'h5tovtk foo.h5\', which will output a VTK data file foo.vtk
\(aqh5tovtk foo.h5\(aq, which will output a VTK data file foo.vtk
from the data in foo.h5.
.SH OPTIONS
.TP
Expand Down