Commit eb029fd68eacaa2cf729eca77b32255b9c842522

Stefan Sperling 2019-05-13T17:35:07

tog man page: fix lists of single-line scrolling keys

diff --git a/tog/tog.1 b/tog/tog.1
index 551ab14..1c2b95c 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -86,9 +86,9 @@ The key bindings for
 .Cm tog log
 are as follows:
 .Bl -tag -width Ds
-.It Cm Down-arrow, j, Page-down, >, Full stop, Ctrl-f
+.It Cm Down-arrow, j, >, Full stop
 Move the selection cursor down.
-.It Cm Up-arrow, k, Page-up, <, Comma, Ctrl-b
+.It Cm Up-arrow, k, <, Comma
 Move the selection cursor up.
 .It Cm Page-down, Ctrl-f
 Move the selection cursor down one page.
@@ -136,7 +136,7 @@ are as follows:
 .Bl -tag -width Ds
 .It Cm Down-arrow, j
 Scroll down.
-.It Cm Up-arrow, k, Page-up
+.It Cm Up-arrow, k
 Scroll up.
 .It Cm Page-down, Space, Ctrl+f
 Scroll down one page.