aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/createuser.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/createuser.sgml')
-rw-r--r--doc/src/sgml/ref/createuser.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml
index 681482e4583..08c82e0752d 100644
--- a/doc/src/sgml/ref/createuser.sgml
+++ b/doc/src/sgml/ref/createuser.sgml
@@ -27,12 +27,12 @@ PostgreSQL documentation
<arg><replaceable>username</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
-
+
<refsect1>
<title>Description</title>
<para>
- <application>createuser</application> creates a
+ <application>createuser</application> creates a
new <productname>PostgreSQL</productname> user (or more precisely, a role).
Only superusers and users with <literal>CREATEROLE</> privilege can create
new users, so <application>createuser</application> must be
@@ -74,7 +74,7 @@ PostgreSQL documentation
<productname>PostgreSQL</productname> installation.
</para>
</listitem>
- </varlistentry>
+ </varlistentry>
<varlistentry>
<term><option>-c <replaceable class="parameter">number</replaceable></></term>
@@ -275,16 +275,16 @@ PostgreSQL documentation
<para>
<application>createuser</application> also accepts the following
command-line arguments for connection parameters:
-
+
<variablelist>
<varlistentry>
<term><option>-h <replaceable class="parameter">host</replaceable></></term>
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem>
<para>
- Specifies the host name of the machine on which the
+ Specifies the host name of the machine on which the
server
- is running. If the value begins with a slash, it is used
+ is running. If the value begins with a slash, it is used
as the directory for the Unix domain socket.
</para>
</listitem>
@@ -295,7 +295,7 @@ PostgreSQL documentation
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<listitem>
<para>
- Specifies the TCP port or local Unix domain socket file
+ Specifies the TCP port or local Unix domain socket file
extension on which the server
is listening for connections.
</para>