diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-03-19 14:58:17 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-03-27 20:26:37 +0100 |
commit | 3808523fd640d12b7e17f5b3ca443c5478283023 (patch) | |
tree | 46ad9644f894daf40b86c0828aefea1eb6344a7f /docs | |
parent | 077dc35830c528a79af787b1677f7f53c425aaf1 (diff) | |
download | git-buildpackage-3808523fd640d12b7e17f5b3ca443c5478283023.tar.gz git-buildpackage-3808523fd640d12b7e17f5b3ca443c5478283023.tar.bz2 git-buildpackage-3808523fd640d12b7e17f5b3ca443c5478283023.zip |
docs: add some missing sgml closing tags
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/chapters/import.sgml | 1 | ||||
-rw-r--r-- | docs/manpages/gbp-import-dsc.sgml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml index 2c05e5dd..446b1212 100644 --- a/docs/chapters/import.sgml +++ b/docs/chapters/import.sgml @@ -256,6 +256,7 @@ upstream-tag = v%(version)s gbp buildpackage --git-upstream-tag='v%(version)s' --git-debian-branch=debian/sid </screen> If you want to share you're repository with others you can use &gbp-create-remote-repo; and &gbp-pull; as usual. + </para> </sect3> </sect2> diff --git a/docs/manpages/gbp-import-dsc.sgml b/docs/manpages/gbp-import-dsc.sgml index fac0964d..98f70e72 100644 --- a/docs/manpages/gbp-import-dsc.sgml +++ b/docs/manpages/gbp-import-dsc.sgml @@ -186,7 +186,7 @@ <term><option>--[no-]create-missing-branches</option> </term> <listitem> - <para>Create missing upstream and debian branch if missing. + <para>Create missing upstream and debian branch if missing.</para> </listitem> </varlistentry> </variablelist> |