summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2010-03-08 12:39:10 +0000
committerMagnus Hagander2010-03-08 12:39:10 +0000
commit098a8a418824964be3836ae60f60066d5762336b (patch)
tree1d72a6da94642c32db185ac0faca54f3b26d4c94
parent37cfda0169a1e3fa8ea068b848a1f72aaccf3f44 (diff)
Add missing space in example.
Tim Landscheidt
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index fb375fcd4f6..5c77b7f8948 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.130.4.5 2009/08/15 20:22:50 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.130.4.6 2010/03/08 12:39:10 mha Exp $
PostgreSQL documentation
-->
@@ -672,7 +672,7 @@ testdb=&gt;
<tip>
<para>
- To print your current working directory, use <literal>\!pwd</literal>.
+ To print your current working directory, use <literal>\! pwd</literal>.
</para>
</tip>
</listitem>