1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Author: Thorsten Alteholz <debian@alteholz.de>
Description: add missing comment
Index: mpb/mpb/mpb-split.1
===================================================================
--- mpb.orig/mpb/mpb-split.1 2012-11-22 15:32:45.000000000 +0100
+++ mpb/mpb/mpb-split.1 2012-11-22 15:46:02.000000000 +0100
@@ -22,7 +22,7 @@
\fINUM-SPLIT\fR [\fIDEFINITION\fR]... [\fICTLFILE\fR]...
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
mpb-split is a parallelizing front-end to MIT Photonic Bands (MPB).
For a computation with several k points, it splits the list of k
points over multiple processes. Of course, this will only benefit you
@@ -46,9 +46,9 @@
.I mpb-split
looks like:
.PP
-.Vb 1
+.\" .Vb 1
\& mpb-split num-split foo.ctl >& foo.out
-.Ve
+.\" .Ve
.PP
This causes
.I mpb-split
|