Commit 56b9a4ca617fff413fa7b9c2bdc5fd3383bfb843

Stefan Sperling 2019-06-21T12:05:14

extend tog.1's SEE ALSO section

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/tog/tog.1 b/tog/tog.1
index de39131..2263349 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -253,7 +253,9 @@ to a commit object.
 .Sh EXIT STATUS
 .Ex -std tog
 .Sh SEE ALSO
-.Xr git-repository 5
+.Xr got 1 ,
+.Xr git-repository 5 ,
+.Xr re_format 7
 .Sh AUTHORS
 .An Stefan Sperling Aq Mt stsp@openbsd.org
 .An joshua stein Aq Mt jcs@openbsd.org