From 4a521c02661fedf907b74477188b6963f2980972 Mon Sep 17 00:00:00 2001 From: Karl Cunningham Date: Tue, 19 Jul 2005 14:57:38 +0000 Subject: [PATCH] Corrected minor LaTeX errors in manual --- docs/manual/configure.tex | 2 +- docs/manual/faq.tex | 4 ++-- docs/manual/gpl.tex | 4 ++-- docs/manual/lesser.tex | 4 ++-- docs/manual/python.tex | 10 +++++----- docs/manual/win32.tex | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/manual/configure.tex b/docs/manual/configure.tex index 013f2148..6135a6c9 100644 --- a/docs/manual/configure.tex +++ b/docs/manual/configure.tex @@ -181,7 +181,7 @@ constructs such as {\bf \$HOME} are interpreted to be their correct values. exceed 4 billion and thus require a 64 bit value. \item [yes|no] - \index[dir]{yes|no } + \index[dir]{yes\|no } Either a {\bf yes} or a {\bf no}. \item [ diff --git a/docs/manual/faq.tex b/docs/manual/faq.tex index a81c35db..089f2386 100644 --- a/docs/manual/faq.tex +++ b/docs/manual/faq.tex @@ -711,9 +711,9 @@ to change it. \label{ConnectionRefused} \item [In connecting to my Client, I get ''ERR:Connection Refused. Packet Size too big from File daemon:192.168.1.4:9102`` Why?] - \index[general]{In connecting to my Client, I get &htmlQuoteERR:Connection + \index[general]{In connecting to my Client, I get ``ERR:Connection Refused. - Packet Size too big from File daemon:192.168.1.4:9102&htmlQuote Why? } + Packet Size too big from File daemon:192.168.1.4:9102'' Why? } This is typically a communications error resulting from one of the following: diff --git a/docs/manual/gpl.tex b/docs/manual/gpl.tex index 84dcee59..ebe25377 100644 --- a/docs/manual/gpl.tex +++ b/docs/manual/gpl.tex @@ -16,7 +16,7 @@ GNU}{http://www.gnu.org/graphics/philosophicalgnu.html} violation}{http://www.gnu.org/copyleft/gpl-violation.html} \item \elink{Translations of the - GPL}{http://www.gnu.org/copyleft/copyleft.html#translations} + GPL}{http://www.gnu.org/copyleft/copyleft.html\#translations} \end{itemize} @@ -416,7 +416,7 @@ Return to FSF \& GNU inquiries \& questions to \elink{gnu@gnu.org}{mailto:gnu@gnu.org}. Other -\elink{ways to contact}{http://www.gnu.org/home.html#ContactInfo} the FSF. +\elink{ways to contact}{http://www.gnu.org/home.html\#ContactInfo} the FSF. Comments on these web pages to \elink{webmasters@www.gnu.org}{mailto:webmasters@www.gnu.org}, send other diff --git a/docs/manual/lesser.tex b/docs/manual/lesser.tex index f38ce9ad..4660e1c3 100644 --- a/docs/manual/lesser.tex +++ b/docs/manual/lesser.tex @@ -21,7 +21,7 @@ GNU}{http://www.gnu.org/graphics/philosophicalgnu.html} [ violation}{http://www.gnu.org/copyleft/gpl-violation.html} \item \elink{Translations of the - LGPL}{http://www.gnu.org/copyleft/copyleft.html#translationsLGPL} + LGPL}{http://www.gnu.org/copyleft/copyleft.html\#translationsLGPL} \item The GNU Lesser General Public License as a \elink{text file}{http://www.gnu.org/copyleft/lesser.txt} \item The GNU Lesser General Public License as a @@ -567,7 +567,7 @@ Return to FSF \& GNU inquiries \& questions to \elink{gnu@gnu.org}{mailto:gnu@gnu.org}. Other -\elink{ways to contact}{http://www.gnu.org/home.html#ContactInfo} the FSF. +\elink{ways to contact}{http://www.gnu.org/home.html\#ContactInfo} the FSF. Comments on these web pages to \elink{webmasters@www.gnu.org}{mailto:webmasters@www.gnu.org}, send other diff --git a/docs/manual/python.tex b/docs/manual/python.tex index d9aff79c..9f4afc32 100644 --- a/docs/manual/python.tex +++ b/docs/manual/python.tex @@ -70,7 +70,7 @@ There are four Python objects that you will need to work with: \item [The Bacula Events Class] You create this class in the startup script, and you pass - it to the Bacula Object's {\bf set_events} method. The + it to the Bacula Object's {\bf set\_events} method. The purpose of the Bacula Events Class is to define what global or daemon events you want to monitor. When one of those events occurs, your Bacula Events Class will be called at the method @@ -90,7 +90,7 @@ There are four Python objects that you will need to work with: You create this class in the JobStart method of your Bacula Events class, and it allows you to define which of the possible Job Object events you want to see. You must pass an instance of your Job Events - class to the Job Object set_events() method. + class to the Job Object set\_events() method. Normally, you will probably only have one Job Events Class, which will be instantiated for each Job. However, if you wish to see different events in different Jobs, you may have @@ -101,7 +101,7 @@ There are four Python objects that you will need to work with: The first thing the startup script must do is to define what global Bacula events (daemon events), it wants to see. This is done by creating a Bacula Events class, instantiating it, then passing it to the -{\bf set_events} method. There are three possible +{\bf set\_events} method. There are three possible events. \begin{description} @@ -178,7 +178,7 @@ class JobEvents: Here, your JobEvents class method NewVolume will be called each time the Job needs a new Volume name. To actually register the events defined in your class with the Job, you must instantiate the JobEvents class and -set it in the Job {\be set_events} variable. Note, this is a bit different +set it in the Job {\bf set\_events} variable. Note, this is a bit different from how you registered the Bacula events. The registration process must be done in the Bacula JobStart event (your method). So, you would modify Bacula Events (not the Job events) as follows: @@ -197,7 +197,7 @@ class BaculaEvents: The following are the methods (subroutines) provided within the directory by the {\bf job} object. \begin{description} -\item [set_events] The set_events takes a single +\item [set\_events] The set\_events takes a single argument, which is the instantation of the Job Events class that contains the methods that you want called. The method names that will be called must correspond to the Bacula diff --git a/docs/manual/win32.tex b/docs/manual/win32.tex index 82c19e08..1d15d337 100644 --- a/docs/manual/win32.tex +++ b/docs/manual/win32.tex @@ -572,7 +572,7 @@ for important considerations on how to specify Windows paths in Bacula FileSet Include and Exclude directives. Bacula versions prior to 1.37.28 do not support Windows Unicode filenames. -As of that version, both {\bf bconsole} and {\wx-console} support Windows +As of that version, both {\bf bconsole} and {\bf wx-console} support Windows Unicode filenames. There may still be some problems with multiple byte characters (e.g. Chinese, ...) where it is a two byte character but the displayed character is not two characters wide. -- 2.39.5