Commit 1137e0aea684188aea7444f9a2d2a82a6758c49f

Stefan Sperling 2020-01-27T19:01:16

man page wording tweaks

diff --git a/got/got.1 b/got/got.1
index 925f880..b985dca 100644
--- a/got/got.1
+++ b/got/got.1
@@ -336,7 +336,8 @@ The options for
 are as follows:
 .Bl -tag -width Ds
 .It Fl b
-Display individual commits which were merged into the current branch.
+Display individual commits which were merged into the current branch
+from other branches.
 By default,
 .Cm got log
 shows the linear history of the current branch only.
diff --git a/tog/tog.1 b/tog/tog.1
index 8a8c625..36e3560 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -140,7 +140,8 @@ The options for
 are as follows:
 .Bl -tag -width Ds
 .It Fl b
-Display individual commits which were merged into the current branch.
+Display individual commits which were merged into the current branch
+from other branches.
 By default,
 .Cm tog log
 shows the linear history of the current branch only.