]> git.sur5r.net Git - bacula/docs/commitdiff
Add info on completion
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 15:19:22 +0000 (16:19 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 15:19:22 +0000 (16:19 +0100)
docs/manuals/en/main/install.tex

index 75f554e7dcdfcb52ee5d8f54852992056ac2083b..25d9a701418394449c0f5a2c8c824c7cb3019094 100644 (file)
@@ -534,16 +534,16 @@ the {\bf examples} directory. This script contains the statements that you
 would normally use, and each developer/user may modify them to suit his needs.
 You should find additional useful examples in this directory as well. 
 
-The {\bf \verb:--:enable-conio} or {\bf \verb:--:enable-readline} options are useful because
-they provide a command line history and editing capability for the Console
-program. If you have included either option in the build, either the {\bf
-termcap} or the {\bf ncurses} package will be needed to link. On most
-systems, including Red Hat and SuSE, you should include the ncurses package.
-If Bacula's configure process finds the ncurses libraries, it will use
-those rather than the termcap library.
-On some systems, such as SuSE, the termcap library is not in the standard
-library directory.  As a consequence, the option may be disabled or you may
-get an error message such as:
+The {\bf \verb:--:enable-conio} or {\bf \verb:--:enable-readline} options are
+useful because they provide a command line history, editing capability for the
+Console program and tab completion on various option. If you have included
+either option in the build, either the {\bf termcap} or the {\bf ncurses}
+package will be needed to link. On most systems, including Red Hat and SuSE,
+you should include the ncurses package.  If Bacula's configure process finds
+the ncurses libraries, it will use those rather than the termcap library.  On
+some systems, such as SuSE, the termcap library is not in the standard library
+directory.  As a consequence, the option may be disabled or you may get an
+error message such as:
 
 \footnotesize
 \begin{verbatim}
@@ -562,12 +562,11 @@ export LDFLAGS="-L/usr/lib/termcap"
 \end{verbatim}
 \normalsize
 
-The same library requirements apply if you wish to use the readline
-subroutines for command line editing and history or
-if you are using a MySQL library that requires encryption. If you need encryption,
-you can either export the appropriate additional library options as shown
-above or, alternatively, you can include them directly on the ./configure line
-as in: 
+The same library requirements apply if you wish to use the readline subroutines
+for command line editing, history and tab completion or if you are using a
+MySQL library that requires encryption. If you need encryption, you can either
+export the appropriate additional library options as shown above or,
+alternatively, you can include them directly on the ./configure line as in:
 
 \footnotesize
 \begin{verbatim}