Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5f94c03

Browse files
committed
Fix typo
1 parent 751d8ea commit 5f94c03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/ref/pg_ctl-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.2 2000/10/08 13:22:24 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.3 2000/10/12 22:13:21 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -287,7 +287,7 @@ $ pg_ctl -w start
287287
try:
288288

289289
<programlisting>
290-
$ pg_ctl -p /usr/local/pgsq/bin/postmaster start
290+
$ pg_ctl -p /usr/local/pgsql/bin/postmaster start
291291
</programlisting>
292292
</para>
293293

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.38 2000/10/05 19:48:18 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.39 2000/10/12 22:16:58 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -1965,7 +1965,7 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp
19651965
<variablelist>
19661966
<varlistentry>
19671967
<term><literal>%M</literal></term>
1968-
<listitem><para>The full hostname (with domainname) of the database server (or
1968+
<listitem><para>The full hostname (with domain name) of the database server (or
19691969
<quote>localhost</quote> if hostname information is not available).</para></listitem>
19701970
</varlistentry>
19711971

0 commit comments

Comments
 (0)