summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2011-04-03 23:49:05 +0000
committerRobert Haas2011-04-03 23:49:05 +0000
commit1981fb73136433579cae9a34fb3a12f1fcc519fc (patch)
treec4322aa4d470f7971a45fa0909b916b155487a6d
parent38b27792eae99f5b4db2411f5c57ef70f850df5f (diff)
Remove mention of using "man" from the tutorial.
This isn't applicable on Windows, and the internal link to the psql documentation should be more than sufficient. Susanne Ebrecht
-rw-r--r--doc/src/sgml/start.sgml7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 4275bf83a0..342fdad91c 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -403,11 +403,8 @@ mydb=#
command shell. (For more internal commands, type
<literal>\?</literal> at the <command>psql</command> prompt.) The
full capabilities of <command>psql</command> are documented in
- <xref linkend="app-psql">. If <productname>PostgreSQL</> is
- installed correctly you can also type <literal>man psql</literal>
- at the operating system shell prompt to see the documentation. In
- this tutorial we will not use these features explicitly, but you
- can use them yourself when it is helpful.
+ <xref linkend="app-psql">. In this tutorial we will not use these
+ features explicitly, but you can use them yourself when it is helpful.
</para>
</sect1>