Package: dmachinemon
Version: 0.32.5-3
Severity: minor
Tags: patch
Hello,
The attached patch fixes a formatting error which results in a missing
word in the displayed man page.
Best Regards,
--
Nekral
diff -rauN ../orig/dmachinemon-0.32.5/tools/dmscripts/dmrun.1
./dmachinemon-0.32.5/tools/dmscripts/dmrun.1
--- ../orig/dmachinemon-0.32.5/tools/dmscripts/dmrun.1 2002-12-19
14:49:37.000000000 +0100
+++ ./dmachinemon-0.32.5/tools/dmscripts/dmrun.1 2006-01-25
20:16:24.000000000 +0100
@@ -63,7 +63,8 @@
Needs to be in bash-compatible format. Possible variables are
.B "DMACHINELIST, " "CLIENTPORT, " "NODEPORT."
-.TP "${DMACHINELIST}"
+.TP
+.B "${DMACHINELIST}"
The file dmboot uses to get the
list of machines to start up the process.
This list cannot list the master node.