]> git.sur5r.net Git - bacula/docs/commitdiff
Escape a couple of missed underscores.
authorFrank Sweetser <fes@users.sourceforge.net>
Fri, 21 Jul 2006 15:22:58 +0000 (15:22 +0000)
committerFrank Sweetser <fes@users.sourceforge.net>
Fri, 21 Jul 2006 15:22:58 +0000 (15:22 +0000)
docs/manual/postgresql.tex

index 0dfbae3bf2378213b562aa87b20101838c24c27c..ef75ab7f19dd4a862c7d70a389f33abfa7b84b51 100644 (file)
@@ -143,7 +143,7 @@ PostgreSQL-directory/bin/psql --command \\dp bacula
 \normalsize
 
 Also, I had an authorization problem with the password. In the end,
-I had to modify my {\bf pg_hba.conf} file (in /var/lib/pgsql/data on my machine)
+I had to modify my {\bf pg\_hba.conf} file (in /var/lib/pgsql/data on my machine)
 from:
 
 \footnotesize
@@ -159,7 +159,7 @@ to do from a security standpoint.  However, it allowed me to run
 my regression scripts without having a password.
 
 A more secure way to perform database authentication is with md5
-password hashes.  Begin by editing the {\bf pg_hba.conf} file, and
+password hashes.  Begin by editing the {\bf pg\_hba.conf} file, and
 just prior the the existing ``local'' and ``host'' lines, add the line:
 
 \footnotesize