commit 124eeb84c84b5d49a94e0210e4add23c6da93b47 from: Omar Polo date: Mon Apr 08 21:39:50 2024 UTC got.1: escape Eq since it's a GNU roff macro `.Op Fl Eq' gets rendered as [-] with groff because Eq it's a macro. Escape it to get it rendered correctly. Discussed with bentley. Reported by casaca on the IRC channel, thanks! commit - 85d7db14be73c565d470f20f48186f650021be1c commit + 124eeb84c84b5d49a94e0210e4add23c6da93b47 blob - e01e7ef4d015a4aeb526b10b764622c74dfe9f74 blob + c97e00bb2566dad517be2b6512d52b15801a331d --- got/got.1 +++ got/got.1 @@ -529,7 +529,7 @@ and Git's garbage collector. .Tg co .It Xo .Cm checkout -.Op Fl Eq +.Op Fl \&Eq .Op Fl b Ar branch .Op Fl c Ar commit .Op Fl p Ar path-prefix