From b5c09e7b7f15d4978a03c5e1273ff5ae4bdb2cd5 Mon Sep 17 00:00:00 2001From: Robert Bragg <robert@linux.intel.com>Date: Mon, 14 Jun 2010 19:22:27 +0100Subject: [PATCH] docs: Quote example url to wrokaround asciidoc bugThe example url in the section "Ways to refer to a bug" was causingasciidoc to emit invalid xml (by closing a docbook ulink tag before theclosing semicolon for a > replacement giving ></ulink>;) whichmeant that xmlto could not then produce a man page. Quoting the urlseems to workaround this issue.asciidoc version was 8.4.4--- git-bz.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/git-bz.txt b/git-bz.txtindex 1538562..648b4ec 100644--- a/git-bz.txt+++ b/git-bz.txt@@ -267,7 +267,7 @@ Ways to refer to a bug: <alias>:<id>:: bug # on the given bug tracker alias (see below)-<url>:: An URL of the form http://<hostname>/show_bug.cgi?id-<id>+<url>:: An URL of the form "http://<hostname>/show_bug.cgi?id-<id>" [[add-url-method]] ADD URL METHOD-- 1.6.3.3