Skip to content

Commit 440b338

Browse files
committed
Add missing quotes.
1 parent 9872381 commit 440b338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.107 2008/09/15 12:32:56 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.108 2008/09/15 12:41:54 mha Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -900,7 +900,7 @@ local db1,db2,@demodbs all md5
900900
On systems supporting <symbol>SO_PEERCRED</symbol> requests for
901901
Unix-domain sockets (currently <systemitem
902902
class="osname">Linux</>, <systemitem class="osname">FreeBSD</>,
903-
<systemitem class="osname">NetBSD</>, <systemitem class=osname>OpenBSD</>,
903+
<systemitem class="osname">NetBSD</>, <systemitem class="osname">OpenBSD</>,
904904
and <systemitem class="osname">BSD/OS</>), ident authentication can also
905905
be applied to local connections. In this case, no security risk is added by
906906
using ident authentication; indeed it is a preferable choice for

0 commit comments

Comments
 (0)