0001-Use-user_name-like-the-Synopsis-does.patch
text/x-patch
Filename: 0001-Use-user_name-like-the-Synopsis-does.patch
Type: text/x-patch
Part: 0
Message:
Typo patch
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch 0001
Subject: Use user_name like the Synopsis does.
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/create_database.sgml | 1 | 1 |
From a36150c67f526cdcc9dee826dd7f69bb9b06498f Mon Sep 17 00:00:00 2001
From: Thomas Hunger <tehunger@gmail.com>
Date: Sun, 11 Mar 2012 12:13:21 +0000
Subject: [PATCH] Use user_name like the Synopsis does.
---
doc/src/sgml/ref/create_database.sgml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index 2c34c11..4e0ed56 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -81,7 +81,7 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
</listitem>
</varlistentry>
<varlistentry>
- <term><replaceable class="parameter">use_name</replaceable></term>
+ <term><replaceable class="parameter">user_name</replaceable></term>
<listitem>
<para>
The name of the database user who will own the new database,
--
1.7.2.5