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
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 ,