summaryrefslogtreecommitdiff
path: root/doc/src/sgml/libpgtcl.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-01-20 22:19:57 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-01-20 22:19:57 +0000
commitbf43bed8484327a327bbe863c9fb4a6375a4a0a5 (patch)
tree8e0b994a2623c8bafa8f56d6830819e1bcf8f508 /doc/src/sgml/libpgtcl.sgml
parent75f0ba9fe3076f87aeaa536b4217ab7b9c55a170 (diff)
downloadpostgresql-bf43bed8484327a327bbe863c9fb4a6375a4a0a5.tar.gz
Spell-check and markup police
Diffstat (limited to 'doc/src/sgml/libpgtcl.sgml')
-rw-r--r--doc/src/sgml/libpgtcl.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpgtcl.sgml b/doc/src/sgml/libpgtcl.sgml
index 2025dc0ff0..a6ebe9bf5a 100644
--- a/doc/src/sgml/libpgtcl.sgml
+++ b/doc/src/sgml/libpgtcl.sgml
@@ -1194,8 +1194,8 @@ The oid of the large object created.
<TITLE>Usage
</TITLE>
<PARA>
-mode can be any OR'ing together of INV_READ and INV_WRITE.
-The OR delimiter character is <literal>|</literal>.
+mode can be any or'ing together of <literal>INV_READ</> and <literal>INV_WRITE</>.
+The <quote>or</quote> operator is <literal>|</literal>.
<ProgramListing>
[pg_lo_creat $conn "INV_READ|INV_WRITE"]
</ProgramListing>