Commit 59d52b885b1715d5c3646ef027b4e571968b3771

Stefan Sperling 2019-07-15T18:22:02

the visual difference between a # comment and a root shell is subtle

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index d03fcb4..c5b91e9 100644
--- a/got/got.1
+++ b/got/got.1
@@ -774,7 +774,7 @@ to be amended and perhaps committed again:
 .Pp
 .Dl $ got backout unified-buffer-cache
 .Dl $ got commit -m 'roll back previous'
-.Dl # now back out the previous backout :-)
+.Dl $ # now back out the previous backout :-)
 .Dl $ got backout unified-buffer-cache
 .Pp
 Fetch new upstream commits into the local repository's master branch.