Commit 9419758ad1a4c8ffc59729ca82fb4e73a3a803df

Stefan Sperling 2019-03-27T10:04:17

markup fix in tog(1) man page

diff --git a/tog/tog.1 b/tog/tog.1
index b6b01ca..f947e49 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -33,16 +33,16 @@ This repository format is described in
 .Nm
 supports several types of views which display repository data:
 .Bl -tag -width Ds
-.It Cm log view
+.It Log view
 Displays commits in the repository's history.
 This view is displayed initially if no
 .Ar command
 is specified.
-.It Cm diff view
+.It Diff view
 Displays changes made in a particular commit.
-.It Cm blame view
+.It Blame view
 Displays the line-by-line history of a file.
-.It Cm tree view
+.It Tree view
 Displays the tree corresponding to a particular commit.
 .El
 .Pp