Commit cf07f22bd8beb1ed9e048433d553e394cc323c5f

Stefan Sperling 2020-07-25T16:28:50

improve "got log ." command mark-up in got.1 EXAMPLES

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index d0a000b..136fa54 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1991,7 +1991,7 @@ While operating inside a work tree, paths are specified relative to the current
 working directory, so this command will log the subdirectory
 .Pa sys/uvm :
 .Pp
-.Dl $ cd sys/uvm && got log '.'
+.Dl $ cd sys/uvm && got log\ .
 .Pp
 And this command has the same effect:
 .Pp