commit 8b3ec12fa0312f7a9ea2f0c4be0e68d0b0e8aabe from: Klemens Nanni date: Sun Dec 08 22:16:28 2019 UTC 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 commit - 463a997a86a550c63cfa3b30f04b8e4e6280721d commit + 8b3ec12fa0312f7a9ea2f0c4be0e68d0b0e8aabe blob - 738c17c0ebe37a01def24d8380868ab37fa276bd blob + fa001c2db61fe9127ca82232eb555991984c9dcb --- got/got.1 +++ 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 ,