summaryrefslogtreecommitdiff
path: root/doc/src/sgml/chkpass.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/chkpass.sgml')
-rw-r--r--doc/src/sgml/chkpass.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/chkpass.sgml b/doc/src/sgml/chkpass.sgml
index 016ba92f86c..9aab5139c85 100644
--- a/doc/src/sgml/chkpass.sgml
+++ b/doc/src/sgml/chkpass.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/chkpass.sgml,v 1.2 2007/12/06 04:12:09 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/chkpass.sgml,v 1.3 2010/08/17 04:37:20 petere Exp $ -->
<sect1 id="chkpass">
<title>chkpass</title>
@@ -32,7 +32,7 @@
passwords without re-encrypting them. If you want the encrypted password
without the colon then use the <function>raw()</> function.
This allows you to use the
- type with things like Apache's Auth_PostgreSQL module.
+ type with things like Apache's <literal>Auth_PostgreSQL</> module.
</para>
<para>
@@ -43,7 +43,7 @@
</para>
<para>
- Note that the chkpass data type is not indexable.
+ Note that the <type>chkpass</type> data type is not indexable.
<!--
I haven't worried about making this type indexable. I doubt that anyone
would ever need to sort a file in order of encrypted password.