summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-19 14:17:11 +0100
committerGuido Günther <agx@sigxcpu.org>2017-02-19 14:17:11 +0100
commit03798734e957eb1da2415a40fd6e6571498c71a8 (patch)
treedf76b9206be9e2febe615df638756c0602f5506f
parent2fb8c9dd1bc9c12a427f80a848c89a84261f8aea (diff)
docs: avoid too much whitespace at the end of examples
-rw-r--r--docs/manpages/gbp-clone.sgml3
-rw-r--r--docs/manpages/gbp-config.sgml6
-rw-r--r--docs/manpages/gbp-dch.sgml6
-rw-r--r--docs/manpages/gbp-import-orig.sgml9
4 files changed, 8 insertions, 16 deletions
diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml
index 21da1c02..4eba91cc 100644
--- a/docs/manpages/gbp-clone.sgml
+++ b/docs/manpages/gbp-clone.sgml
@@ -169,8 +169,7 @@
as well:
</para>
<screen>
- &gbp-clone; --pristine-tar git://honk.sigxcpu.org/git/git-buildpackage.git
- </screen>
+ &gbp-clone; --pristine-tar git://honk.sigxcpu.org/git/git-buildpackage.git</screen>
</refsect1>
<refsect1>
&man.gbp.config-files;
diff --git a/docs/manpages/gbp-config.sgml b/docs/manpages/gbp-config.sgml
index 04a50ed9..5adf7c96 100644
--- a/docs/manpages/gbp-config.sgml
+++ b/docs/manpages/gbp-config.sgml
@@ -74,15 +74,13 @@
would use:</para>
<screen>
$ gbp config buildpackage.upstream-branch
- buildpackage.upstream-branch=upstream
- </screen>
+ buildpackage.upstream-branch=upstream</screen>
<para>Print the values of all of &gbp-buildpackage; options</para>
<screen>
$ gbp config buildpackage
buildpackage.upstream-branch=upstream
buildpackage.debian-branch=master
- ...
- </screen>
+ ...</screen>
</refsect1>
<refsect1>
&man.gbp.config-files;
diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml
index c658f67b..2b547058 100644
--- a/docs/manpages/gbp-dch.sgml
+++ b/docs/manpages/gbp-dch.sgml
@@ -565,15 +565,13 @@
Gbp-Dch: Short
Closes: #636088
- Thanks: Raphaël Hertzog for the suggestion
- </screen>
+ Thanks: Raphaël Hertzog for the suggestion</screen>
<para>
Results in this <filename>debian/changelog</filename> entry:
</para>
<screen>
* Document meta tags.
- Thanks to Raphaël Hertzog for the suggestion (Closes: #636088)
- </screen>
+ Thanks to Raphaël Hertzog for the suggestion (Closes: #636088)</screen>
</refsect1>
<refsect1>
&man.gbp.config-files;
diff --git a/docs/manpages/gbp-import-orig.sgml b/docs/manpages/gbp-import-orig.sgml
index b8cd51c9..f6d87a29 100644
--- a/docs/manpages/gbp-import-orig.sgml
+++ b/docs/manpages/gbp-import-orig.sgml
@@ -357,20 +357,17 @@
Download and import a new upstream version using the information from <filename>debian/watch</filename>
</para>
<screen>
- &gbp-import-orig; --uscan
- </screen>
+ &gbp-import-orig; --uscan</screen>
<para>
Fetch tarball from an URL
</para>
<screen>
- &gbp-import-orig; https://debian.example.com/sid/upstream-tarball-0.1.tar.gz
- </screen>
+ &gbp-import-orig; https://debian.example.com/sid/upstream-tarball-0.1.tar.gz</screen>
<para>
Import a local tarball
</para>
<screen>
- &gbp-import-orig; ../upstream-tarball-0.1.tar.gz
- </screen>
+ &gbp-import-orig; ../upstream-tarball-0.1.tar.gz</screen>
</refsect1>
<refsect1>
&man.gbp.config-files;