commit - 95adcdcaec7617831087917a2967c0cc475860bc
commit + 9419758ad1a4c8ffc59729ca82fb4e73a3a803df
blob - b6b01caf451cbbc081bee92d7e0d946c17c40569
blob + f947e4952837af42b068b7e81576e4abf41f5383
--- tog/tog.1
+++ tog/tog.1
.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