Commit aee2a8bd2d5252f62335cd49179282a9fa4be4d0

Stefan Sperling 2019-08-05T14:44:19

man: spell 'got' and 'git' in upper case where not referring to commands

diff --git a/got/got-worktree.5 b/got/got-worktree.5
index 69fcf22..51d3f07 100644
--- a/got/got-worktree.5
+++ b/got/got-worktree.5
@@ -18,9 +18,9 @@
 .Os
 .Sh NAME
 .Nm got-worktree
-.Nd got worktree format
+.Nd Got worktree format
 .Sh DESCRIPTION
-A got
+A Got
 .Em work tree
 stores a file hierarchy which corresponds to a versioned
 snapshot stored in a Git repository.
diff --git a/tog/tog.1 b/tog/tog.1
index e84148c..58fcec1 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -18,7 +18,7 @@
 .Os
 .Sh NAME
 .Nm tog
-.Nd git repository browser
+.Nd Git repository browser
 .Sh SYNOPSIS
 .Nm
 .Ar command
@@ -26,7 +26,7 @@
 .Op Ar arg ...
 .Sh DESCRIPTION
 .Nm
-is an interactive read-only browser for git repositories.
+is an interactive read-only browser for Git repositories.
 This repository format is described in
 .Xr git-repository 5 .
 .Pp