[Git-dpm-devel] [PATCH 3/3] Some grammar fixes for the manpage

Samuel Bronson naesten at gmail.com
Sat Dec 28 16:52:31 UTC 2013


---
 git-dpm.1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/git-dpm.1 b/git-dpm.1
index 5797c3c..017d766 100644
--- a/git-dpm.1
+++ b/git-dpm.1
@@ -42,13 +42,13 @@ does not need to switch branches manually so often.
 .SH SHORT EXPLANATION OF THE BRANCHES
 .IP "the upstream branch (\fBupstream\fP|\fBupstream\-\fP\fIwhatever\fP)"
 This branch contains the upstream sources.
-It contents need to be equal enough to the contents in your upstream tarball.
+Its contents need to be equal enough to the contents in your upstream tarball.
 
 .IP "the patched branch (\fBpatched\fP|\fBpatched\-\fP\fIwhatever\fP)"
 This branch contains your patches to the upstream source.
 Every commit will be stored as a single patch in the resulting package.
 
-Most of the time it will not exist as branch known to \fBgit\fP,
+Most of the time it will not exist as a branch known to \fBgit\fP,
 but only as some point in the history of the Debian branch and
 possibly as tag for published versions.
 \fBGit\-dpm\fP will create it when needed and remove the
@@ -260,7 +260,7 @@ Denote the Debian branch already has the patches applied.
 
 Without this git\-dpm will check there are no changes in the
 Debian branch outside patch management before applying the
-patches but instead check there are no differences after
+patches; with this, it will instead check there are no differences after
 applying the patches.
 
 .TP
@@ -367,7 +367,7 @@ Options:
 .B \-\-amend
 Replace the commit currently the head of the Debian branch
 (\fBmaster\fP|\fIsomething\fP) instead of creating a new one on top.
-The commit message will contain also include changes done to
+The commit message will also include changes done to
 \fBdebian/changelog\fP in the previous commit (unless reverted
 by the new edit).
 
-- 
1.8.5.1




More information about the Git-dpm-devel mailing list