git: f428cd0ebf9f - main - Copyedit git-arc(1)

From: Pau Amma <pauamma_at_FreeBSD.org>
Date: Wed, 12 Oct 2022 19:53:22 UTC
The branch main has been updated by pauamma (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=f428cd0ebf9fe7b62ecaf81baa583559c3a6e4b7

commit f428cd0ebf9fe7b62ecaf81baa583559c3a6e4b7
Author:     Pau Amma <pauamma@FreeBSD.org>
AuthorDate: 2022-09-25 20:45:43 +0000
Commit:     Pau Amma <pauamma@FreeBSD.org>
CommitDate: 2022-10-12 19:50:42 +0000

    Copyedit git-arc(1)
    
    Bump .Dd again as requested.
    
    Reviewed by:    gjb, imp, jhb
    
    Approved by:    gjb (mentor, src), imp (src), jhb (src)
    
    Differential Revision:  https://reviews.freebsd.org/D36705
---
 tools/tools/git/git-arc.1 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/tools/tools/git/git-arc.1 b/tools/tools/git/git-arc.1
index 984b1e8f32e5..c499c2da3320 100644
--- a/tools/tools/git/git-arc.1
+++ b/tools/tools/git/git-arc.1
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 17, 2021
+.Dd October 12, 2022
 .Dt GIT-ARC 1
 .Os
 .Sh NAME
@@ -48,7 +48,7 @@
 .Op Ar commit Ns | Ns Ar commit-range
 .Nm
 .Cm update
-.Op Ar commit Ns | Ns Ar commit-range Oc
+.Op Ar commit Ns | Ns Ar commit-range
 .Sh DESCRIPTION
 The
 .Nm
@@ -61,7 +61,7 @@ assumes a one-to-one relationship between git commits and
 Differential Revisions, and the Differential Revision title must match
 the summary line of the corresponding commit.
 In particular, the commit summaries must be unique across all open
-Differential Revisions authored the submitter.
+Differential Revisions authored by the submitter.
 .Pp
 The first parameter must be a verb.
 The available verbs are:
@@ -78,7 +78,7 @@ Add one or more reviewers, separated by commas, to revision(s) being created.
 Argument(s) must be existing Phabricator user or group.
 .It Fl r Ar subscriber
 Add one or more subscribers, separated by commas, to revision(s) being created.
-Argument(s) must be existing Phabricator user or group.
+Each argument must be an existing Phabricator user or group.
 .It Fl p Ar parent
 Specify the parent of the first commit in the list.
 This is useful when adding more commits on top of the already existing
@@ -87,7 +87,7 @@ stack in Phabricator.
 .It Cm list
 Print the associated Differential Revisions for the specified commits.
 .It Cm patch
-Try to apply a patch from a Differential revision to the currently
+Try to apply a patch from a Differential Revision to the currently
 checked out tree.
 .It Cm stage
 Prepare a series of commits to be pushed to the upstream
@@ -104,7 +104,7 @@ Revisions.
 Synchronize the Differential Revisions associated with the
 specified commits.
 Currently only the diff is updated; the review description and other
-metadata is not synchronized.
+metadata are not synchronized.
 .El
 .Sh CONFIGURATION
 These are manipulated by
@@ -141,14 +141,14 @@ Defaults to false.
 .Sh EXAMPLES
 The typical end-to-end usage looks something like this.
 .Pp
-Commit changes with a message and create a Differential review:
+Commit changes with a message and create a Differential Review:
 .Bd -literal -offset indent
 $ git commit -m "kern: Rewrite in Rust"
 $ git arc create HEAD
 .Ed
 .Pp
 Make changes to the diff based on review feedback, then amend the
-changes to the existing commit and update the Differential review:
+changes to the existing commit and update the Differential Review:
 .Bd -literal -offset indent
 $ git commit --amend
 $ git arc update HEAD