Skip to content

Commit 0fe9b39

Browse files
committed
Fix busted markup.
1 parent 4ae4fb9 commit 0fe9b39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/install.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.39 2000/04/07 13:30:58 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.40 2000/04/14 23:04:44 tgl Exp $
33
-->
44

55
<chapter id="install">
@@ -103,16 +103,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.39 2000/04/07 13:30:
103103
Create the <productname>PostgreSQL</productname> superuser account.
104104
This is the user the server will run as. For production use you
105105
should create a separate, unprivileged account
106-
(<literal>postgres</literal> is
107-
commonly used). If you do not have root access or just want to play around,
106+
(<literal>postgres</literal> is commonly used).
107+
If you do not have root access or just want to play around,
108108
your own user account is enough.
109109
</para>
110110
<para>
111111
Running <productname>PostgreSQL</productname> as
112-
<literal>tera</literal>teral>, <literal>bin</literal>,
112+
<literal>root</literal>, <literal>bin</literal>,
113113
or any other account with special access rights is a security risk;
114114
<emphasis>don't do it</emphasis>. The postmaster will in fact refuse
115-
to start as root.
115+
to start as <literal>root</literal>.
116116
</para>
117117
<para>
118118
You need not do the building and installation itself under this account

0 commit comments

Comments
 (0)