From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-project+bounces-6891-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A76C31396D0
	for <garchives@archives.gentoo.org>; Thu, 14 Sep 2017 19:04:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9A5CB1FC128;
	Thu, 14 Sep 2017 19:03:56 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7512E1FC127
	for <gentoo-project@lists.gentoo.org>; Thu, 14 Sep 2017 19:03:56 +0000 (UTC)
Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: mgorny)
	by smtp.gentoo.org (Postfix) with ESMTPSA id A57C4340806;
	Thu, 14 Sep 2017 19:03:54 +0000 (UTC)
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
To: gentoo-project@lists.gentoo.org
Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
Subject: [gentoo-project] [PATCH 09/18] glep-0001: Require --- around preamble for interoperability
Date: Thu, 14 Sep 2017 21:03:17 +0200
Message-Id: <20170914190326.12168-10-mgorny@gentoo.org>
X-Mailer: git-send-email 2.14.1
In-Reply-To: <20170914190326.12168-1-mgorny@gentoo.org>
References: <20170914190326.12168-1-mgorny@gentoo.org>
Precedence: bulk
List-Post: <mailto:gentoo-project@lists.gentoo.org>
List-Help: <mailto:gentoo-project+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-project+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-project+subscribe@lists.gentoo.org>
List-Id: Gentoo Project discussion list <gentoo-project.gentoo.org>
X-BeenThere: gentoo-project@lists.gentoo.org
Reply-To: gentoo-project@lists.gentoo.org
X-Archives-Salt: c7fd39ae-3a65-42d3-a052-6300345bd095
X-Archives-Hash: 1cc8ef8f3f6a18723f84bd29188e6589

---
 glep-0001.txt | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/glep-0001.txt b/glep-0001.txt
index cb97033..f72b228 100644
--- a/glep-0001.txt
+++ b/glep-0001.txt
@@ -227,9 +227,13 @@ GLEP Header
 
 Every GLEP has certain attributes associated with it. When a GLEP is sent
 to the mailing lists for discussion, it should begin with an RFC 2822 style
-header preamble.  The headers must appear in the following order.  Headers
-marked with "*" are optional. All other headers are required. ::
+header preamble between two triple-dashed lines.  The headers must appear
+in the following order.  Headers marked with "*" are optional. All other
+headers are required.
 
+::
+
+    ---
     GLEP: <glep number>
     Version: <major>[.<minor>]
     Last-Modified: <date of last update>
@@ -244,6 +248,7 @@ marked with "*" are optional. All other headers are required. ::
   * Requires: <glep numbers>
   * Replaces: <glep number>
   * Replaced-By: <glep number>
+    ---
 
 The Version field specifies the current version of the GLEP. The Version
 consists of a major version, optionally followed by a minor version (if
-- 
2.14.1