From eaf6614ce811c9c8974f18d77f028e10bee8b497 Mon Sep 17 00:00:00 2001
From: "kiko%async.com.br" <>
Date: Fri, 16 Jul 2004 10:41:48 +0000
Subject: [PATCH] More manpage fixage: make screen sections indent and format
 properly. For some reason, they need indentation to look good in the
 generated nroff format.

---
 contrib/bugzilla-submit/bugzilla-submit.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/contrib/bugzilla-submit/bugzilla-submit.xml b/contrib/bugzilla-submit/bugzilla-submit.xml
index 5b4b4771e..17ea56cbd 100644
--- a/contrib/bugzilla-submit/bugzilla-submit.xml
+++ b/contrib/bugzilla-submit/bugzilla-submit.xml
@@ -199,9 +199,10 @@ there are "john@doe.com" and "foo", respectively, your
 <filename>.netrc</filename> entry should look something like:</para>
 
 <screen>
-machine "http://landfill.bugzilla.org/bztest/"
-login john@doe.com
-password foo
+    machine "http://landfill.bugzilla.org/bztest/"
+    login john@doe.com
+    password foo
+
 </screen>
 
 <para>Note that the machine entry should match exactly the instance URL
-- 
2.24.1