aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorPaul Menzel <pm.debian@googlemail.com>2010-02-23 10:36:37 +0100
committerGuido Günther <agx@sigxcpu.org>2010-02-25 21:07:38 +0100
commit1072473232f0caa24aeebecf8fc7e70a098b450d (patch)
tree6423e2eaefafcdcc2cd4cc3739954303e2b99adf /docs
parentbff6d3500f608295d7a3af5e1deee559b6b5f96c (diff)
docs/manpages/git-dch.sgml: Consistency fixes and typo.
• Start sentences with capital letter and end them with a full stop. • s/enty/entry/ Signed-off-by: Paul Menzel <pm.debian@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/git-dch.sgml24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml
index c45b5acc..22491f40 100644
--- a/docs/manpages/git-dch.sgml
+++ b/docs/manpages/git-dch.sgml
@@ -92,7 +92,7 @@
<term><option>--since=</option><replaceable>committish</replaceable>
</term>
<listitem>
- <para>start reading commit messages at <replaceable>committish</replaceable></para>
+ <para>Start reading commit messages at <replaceable>committish</replaceable>.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -108,7 +108,7 @@
<term><option>--[no-]meta</option></term>
<listitem>
<para>Parse meta tags like <option>Closes:</option>,
- <option>Thanks:</option> and <option>Git-Dch:</option>. </para>
+ <option>Thanks:</option> and <option>Git-Dch:</option>.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -117,20 +117,20 @@
<listitem>
<para>What meta tags to look for to generate bug-closing changelog
entries. The default is 'Closes|LP' to support Debian and
- Launchpad</para>
+ Launchpad.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--[no-]full</option></term>
<listitem>
- <para>Include the full commit message in the changelog output</para>
+ <para>Include the full commit message in the changelog output.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--snapshot</option>,
<option>-S</option></term>
<listitem>
- <para>create a snapshot release entry. This adds a snapshot release
+ <para>Create a snapshot release entry. This adds a snapshot release
number and a warning banner to the changelog entry. The release
version number is being autoincremented with every new snapshot
release to avoid packages downgrades during snapshot testing.</para>
@@ -140,7 +140,7 @@
<term><option>--snapshot-number=</option><replaceable>expression</replaceable>
</term>
<listitem>
- <para>Python expression that gets eval()ed to the new snapshot number</para>
+ <para>Python expression that gets eval()ed to the new snapshot number.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -157,25 +157,25 @@
<option>-N</option> <replaceable>version</replaceable>
</term>
<listitem>
- <para>add a new changelog section with version
+ <para>Add a new changelog section with version
<replaceable>newversion</replaceable>. Together with
<option>--snapshot</option> the snapshot number will be appended to
- <replaceable>newversion</replaceable></para>
+ <replaceable>newversion</replaceable>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--git-log=</option><replaceable>git-log-options</replaceable>
</term>
<listitem>
- <para>options passed on verbatim to git-log(1)</para>
+ <para>Options passed on verbatim to git-log(1).</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--id-length=</option><replaceable>N</replaceable>
</term>
<listitem>
- <para>include <replaceable>N</replaceable> digits of the commit id in
- the changelog enty. Default is to not include any commit ids at
+ <para>Include <replaceable>N</replaceable> digits of the commit id in
+ the changelog entry. Default is to not include any commit ids at
all.</para>
</listitem>
</varlistentry>
@@ -192,7 +192,7 @@
<term><option>--git-author</option>
</term>
<listitem>
- <para>Use user.name and user.email from <application>git-config</application>(1) for changelog trailer</para>
+ <para>Use user.name and user.email from <application>git-config</application>(1) for changelog trailer.</para>
</listitem>
</varlistentry>
</variablelist>