Commit 8b3ec12fa0312f7a9ea2f0c4be0e68d0b0e8aabe

Klemens Nanni 2019-12-08T22:16:28

got.1: Fix mdoc(7) linter errors/warnings mandoc: got.1:573:96: ERROR: skipping end of block that is not open: Oc mandoc: got.1:1583:2: WARNING: skipping paragraph macro: Pp at the end of Sh

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/got/got.1 b/got/got.1
index 738c17c..fa001c2 100644
--- a/got/got.1
+++ b/got/got.1
@@ -570,7 +570,7 @@ Git's garbage collector.
 .It Cm br
 Short alias for
 .Cm branch .
-.It Cm tag Oo Fl m Ar message Oc Oo Fl r Ar repository-path Oc Oo Fl l Oc Ar name Op Ar commit Oc
+.It Cm tag Oo Fl m Ar message Oc Oo Fl r Ar repository-path Oc Oo Fl l Oc Ar name Op Ar commit
 Manage tags in a repository.
 .Pp
 Tags are managed via references which live in the
@@ -1580,7 +1580,6 @@ branch can be integrated into
 .Pp
 .Dl $ got update -b master
 .Dl $ got integrate unified-buffer-cache
-.Pp
 .Sh SEE ALSO
 .Xr tog 1 ,
 .Xr git-repository 5 ,