8000 Fix man page warnings: macro `"' not defined. by sebastic · Pull Request #2 · NanoComp/h5utils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix man page warnings: macro `"' not defined. #2

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

Merged
merged 1 commit into from
Jul 19, 2017
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/man/h5fromh4.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ h5fromh4 \- convert HDF4 scientific datasets to an HDF5 file
[\fIOPTION\fR]... [\fIHDF4FILE\fR]...
.SH DESCRIPTION
.PP
." Add any additional description here
.\" Add any additional description here
h5fromh4 takes one or more files in HDF4 format and outputs files in
HDF5 format containing the datasets from the HDF4 files. (Currently,
only a single dataset per HDF4 file is converted.)
Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5fromtxt.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ h5fromtxt \- convert text input to an HDF5 file
[\fIOPTION\fR]... [\fIHDF5FILE\fR]
.SH DESCRIPTION
.PP
." Add any additional description here
.\" Add any additional description here
h5fromtxt takes a series of numbers from standard input and outputs a
multi-dimensional numeric dataset in an HDF5 file.

Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5math.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ h5math \- combine/create HDF5 files with math expressions
[\fIOPTION\fR]... \fIOUTPUT-HDF5FILE\fR [\fIINPUT-HDF5FILES\fR...]
.SH DESCRIPTION
.PP
." Add any additional description here
.\" Add any additional description here
h5math takes any number of HDF5 files as input, along with a mathematical
expression, and combines them to produce a new HDF5 file.

Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5topng.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ h5topng \- generate PNG images from 2d slices of HDF5 files
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
." Add any additional description here
.\" Add any additional description here
h5topng is a utility to generate images in PNG (Portable Network Graphics)
format from two-dimensional slices of datasets in HDF5 files. It is
designed for quick-and-dirty visualization of scientific data, and for
Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5totxt.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ h5totxt \- generate comma-delimited text from 2d slices of HDF5 files
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
." Add any additional description here
.\" Add any additional description here
h5totxt is a utility to generate comma-delimited text (and similar
formats) from one-, two-, or more-dimensional slices of numeric
datasets in HDF5 files. This way, the data can easily be imported
Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5tov5d.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ h5tov5d \- convert datasets in HDF5 files to Vis5d format
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
." Add any additional description here
.\" Add any additional description here
h5tov5d is a program to generate Vis5d data files from
multidimensional datasets in HDF5 files. Vis5d is a free volumetric
visualization program capable of displaying 3, 4, or even 5
Expand Down
2 changes: 1 addition & 1 deletion doc/man/h5tovtk.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ h5tovtk \- convert datasets in HDF5 files to VTK format
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
." Add any additional description here
.\" Add any additional description here
h5tovtk is a program to generate VTK data files from multidimensional
datasets in HDF5 files. VTK, the Visualization ToolKit, is an
open-source, freely available software system for 3D computer
Expand Down
0