From 49ac2f23c4aec4844bf24bc0120f6b2f68550192 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Mon, 16 Jan 2023 05:56:27 +0100 Subject: [PATCH] Don't use \' groff sequence for apostrophe. --- doc/man/h5fromh4.1 | 2 +- doc/man/h5topng.1.in | 2 +- doc/man/h5totxt.1 | 2 +- doc/man/h5tov5d.1 | 2 +- doc/man/h5tovtk.1 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/man/h5fromh4.1 b/doc/man/h5fromh4.1 index 9aa5abc..bf80226 100644 --- a/doc/man/h5fromh4.1 +++ b/doc/man/h5fromh4.1 @@ -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 diff --git a/doc/man/h5topng.1.in b/doc/man/h5topng.1.in index d18d284..2968eae 100644 --- a/doc/man/h5topng.1.in +++ b/doc/man/h5topng.1.in @@ -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 diff --git a/doc/man/h5totxt.1 b/doc/man/h5totxt.1 index ccb691d..c1d8f8e 100644 --- a/doc/man/h5totxt.1 +++ b/doc/man/h5totxt.1 @@ -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 diff --git a/doc/man/h5tov5d.1 b/doc/man/h5tov5d.1 index b881c04..81e9fac 100644 --- a/doc/man/h5tov5d.1 +++ b/doc/man/h5tov5d.1 @@ -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 diff --git a/doc/man/h5tovtk.1 b/doc/man/h5tovtk.1 index 7dec9d0..3551ad0 100644 --- a/doc/man/h5tovtk.1 +++ b/doc/man/h5tovtk.1 @@ -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