1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Author: Thorsten Alteholz <debian@alteholz.de>
Description: add missing comment and remove bad macro
Index: mpb/utils/mpb-data.1
===================================================================
--- mpb.orig/utils/mpb-data.1 2012-08-13 15:13:07.000000000 +0200
+++ mpb/utils/mpb-data.1 2012-11-22 15:01:26.000000000 +0100
@@ -22,7 +22,7 @@
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
mpb-data is a utility to perform additional processing and
transformations of HDF5 files output by MPB, the MIT Photonic-Bands
program. In particular, it is designed to make the output more
@@ -45,7 +45,7 @@
option, or by using the syntax \fIHDF5FILE:DATASET\fR.
.PP
.I mpb-data
-writes its output datasets as additional datasets in the input file(s), with "-new" appended to the dataset names. Alternatively, it can write its output to a separate file, specified by the
+writes its output datasets as additional datasets in the input file(s), with "\-new" appended to the dataset names. Alternatively, it can write its output to a separate file, specified by the
.B -o
option.
.PP
|