commit 19bb62d9200134cdc51292fdbeda055f433b900d (patch)
parent 8093ce0ebf709e67f76a27b37fac0a73a5bb6398
Author: Alex Karle <alex@alexkarle.com>
Date: Thu, 3 Mar 2022 22:17:54 -0500
Polish man-page syntax and description
Just a bit of proof reading
Diffstat:
M | today.1 | | | 22 | ++++++++++++++++------ |
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/today.1 b/today.1
@@ -10,12 +10,21 @@
.Op Fl l Op Ar NUM
.Sh DESCRIPTION
.Nm
-is a tool for quickly documenting a days work at the end of the day.
-It has primitive recall capabilities;
-it's easy to access yesterday's notes,
-but more complex analysis is left to other tools.
+is a tool for quickly documenting a day's work at the end of the day.
+.Nm
+has primitive recall capabilities;
+it's easy to access yesterday's notes
+but more complex analysis is left to other tools
+like
+.Xr grep 1
+and
+.Xr awk 1 .
+Similarly,
+establishing any sort of tagging system is left as an exercise for
+the reader.
.Pp
-It uses
+.Nm
+uses
.Xr ed 1
for edits.
This may add a bit of a learning curve,
@@ -37,7 +46,8 @@ list the last
.Ar NUM
days-worth of entries,
or all if
-.Ar NUM not given.
+.Ar NUM
+not given.
.El
.Sh ENVIRONMENT
.Bl -tag -width "$TODAY_DIR/log"