From 82f83321e85515c0451e4805ebe4b26e3e007a4e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 20 Jan 2010 16:19:22 +0100 Subject: [PATCH] Add info on completion --- docs/manuals/en/main/install.tex | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/docs/manuals/en/main/install.tex b/docs/manuals/en/main/install.tex index 75f554e7..25d9a701 100644 --- a/docs/manuals/en/main/install.tex +++ b/docs/manuals/en/main/install.tex @@ -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} -- 2.39.5