From 1cc094c48a156f03e7b70100e03379c2fb26b388 Mon Sep 17 00:00:00 2001
From: Christer Fletcher <android@fletcher.se>
Date: Sun, 27 Oct 2013 22:09:41 +0100
Subject: [PATCH] Correct default value of "Allow Duplicate Jobs"

Since bacula commit f91db64cb5dd84e91c3b077e19bfb6f803795f1e the
default of "Allow Duplicate Jobs" has been yes instead of no as the
manual states.
---
 manuals/en/main/dirdconf.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/manuals/en/main/dirdconf.tex b/manuals/en/main/dirdconf.tex
index cec4cad..8db78e1 100644
--- a/manuals/en/main/dirdconf.tex
+++ b/manuals/en/main/dirdconf.tex
@@ -1776,7 +1776,7 @@ with the same name starts.  This happens most frequently when the first job
 runs longer than expected because no tapes are available.
 
 If this directive is enabled duplicate jobs will be run.  If
-the directive is set to {\bf no} (default) then only one job of a given name
+the directive is set to {\bf no} then only one job of a given name
 may run at one time, and the action that Bareos takes to ensure only
 one job runs is determined by the other directives (see below).
 
@@ -1785,6 +1785,8 @@ are present and none of the three directives given below permit
 cancelling a job, then the current job (the second one started)
 will be cancelled.
 
+The default is {\bf yes}.
+
 % \item [Allow Higher Duplicates = {\textless}yes{\textbar}no{\textgreater}] \hfill \\
 % \index[general]{Allow Higher Duplicates}
 % This directive was implemented in version 5.0.0, but does not work
-- 
1.8.3.2

