summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/dropuser.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/ref/dropuser.sgml
parent75f0ba9fe3076f87aeaa536b4217ab7b9c55a170 (diff)
downloadpostgresql-bf43bed8484327a327bbe863c9fb4a6375a4a0a5.tar.gz
Spell-check and markup police
Diffstat (limited to 'doc/src/sgml/ref/dropuser.sgml')
-rw-r--r--doc/src/sgml/ref/dropuser.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml
index 07d77691ea..e20ae5a739 100644
--- a/doc/src/sgml/ref/dropuser.sgml
+++ b/doc/src/sgml/ref/dropuser.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.15 2001/12/08 03:24:36 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.16 2002/01/20 22:19:56 petere Exp $
PostgreSQL documentation
-->
@@ -184,7 +184,7 @@ PostgreSQL documentation
<informalexample>
<para>
To remove user <literal>joe</literal> using the postmaster on host
- eden, port 5000, with verification and a peek at the underlying
+ <literal>eden</literal>, port 5000, with verification and a peek at the underlying
query:
<screen>
<prompt>$ </prompt><userinput>dropuser -p 5000 -h eden -i -e joe</userinput>