commit a75663927da21a71a7613ba1392cc1fb6b260bbb (patch)
parent 66bca08f179dab66e8993fdcdf527293ab835cc2
Author: Alex Karle <alex@alexkarle.com>
Date: Thu, 3 Mar 2022 22:40:36 -0500
Make shell commands in example consistently use $
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -41,7 +41,7 @@ FILES
EXAMPLES
One time setup:
- today -i
+ $ today -i
Jot down what you did today:
diff --git a/today.1 b/today.1
@@ -65,7 +65,7 @@ Log file
.Sh EXAMPLES
One time setup:
.Pp
-.Dl today -i
+.Dl $ today -i
.Pp
Jot down what you did today:
.Bd -literal -offset indent