aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/chapters/cfgfile.sgml1
-rw-r--r--docs/chapters/import.sgml1
-rw-r--r--docs/manpages/gbp.conf.sgml3
3 files changed, 5 insertions, 0 deletions
diff --git a/docs/chapters/cfgfile.sgml b/docs/chapters/cfgfile.sgml
index fbff9e05..cb9bd5e0 100644
--- a/docs/chapters/cfgfile.sgml
+++ b/docs/chapters/cfgfile.sgml
@@ -57,6 +57,7 @@
</variablelist>
The actual options in these sections are the command line options without
the '--' prefix. So <option>--upstream-branch=</option><replaceable>dfsgfree</replaceable> would read:
+ </para>
<screen>
<option>upstream-branch</option>=<replaceable>dfsgfree</replaceable>
</screen>
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index 25edb7de..6d414218 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -185,6 +185,7 @@ EOF
<para>
If upstream already uses git for packaging there are several ways to handle packaging. Two will
be described in a bit detail here:
+ </para>
<sect2 id="gbp.import.upstream.git.notarball">
<title>No upstream tarballs</title>
diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml
index 09999beb..4336fc48 100644
--- a/docs/manpages/gbp.conf.sgml
+++ b/docs/manpages/gbp.conf.sgml
@@ -72,6 +72,7 @@ options and their settings. For example <xref linkend="gbp.man.git.buildpackage"
manualpage contains the <option>--git-export-dir</option>=<parameter>diirectory</parameter>
option which can be turned into configuration file setting by dropping the
<option>--git</option> prefix with:
+</para>
<programlisting>
[git-buildpackage]
@@ -83,6 +84,7 @@ Notice that some option are actually repeatable, or take Python lists.
For example the <xref linkend="gbp.man.git.import.orig"> commmand has the
<option>--filter</option>=<parameter>pattern</parameter> option which can
be truned into a configuration file option like this:
+</para>
<programlisting>
[git-import-orig]
@@ -196,6 +198,7 @@ An example set up for packaging work:
# End of file
</programlisting>
+</refsect1>
<refsect1>
<title>ENVIRONMENT</title>