Commit e6c76b79c20d08c436f2d05e1c21c0be6196aea0

Stefan Sperling 2019-06-21T12:03:31

point tog.1 readers to the re_format(7) manual page

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tog/tog.1 b/tog/tog.1
index 379342d..de39131 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -108,6 +108,8 @@ Show log entries for the parent directory of the currently selected path.
 Prompt for a search pattern and start searching for matching commits.
 The search pattern is an extended regular expression which is matched
 against a commit's author name, committer name, and log message.
+Regular expression syntax is documented in
+.Xr re_format 7 .
 .It Cm n
 Find the next commit which matches the current search pattern.
 .It Cm N