Commit Diff
- Commit:
124eeb84c84b5d49a94e0210e4add23c6da93b47
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Message:
- 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!
- Actions:
- Patch | Tree
--- 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