aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-12-09 18:22:54 +0100
committerMattias Andrée <maandree@kth.se>2017-12-09 18:22:54 +0100
commit6a93240546416bab463ff4179cb7326cf85293bc (patch)
tree154afef6562621ad5e2f86888aebbd5c90a081a1
parentm makefile (diff)
downloadtimeprefix-6a93240546416bab463ff4179cb7326cf85293bc.tar.gz
timeprefix-6a93240546416bab463ff4179cb7326cf85293bc.tar.bz2
timeprefix-6a93240546416bab463ff4179cb7326cf85293bc.tar.xz
m man
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README2
-rw-r--r--timeprefix.13
2 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 71a77bb..46396dd 100644
--- a/README
+++ b/README
@@ -13,3 +13,5 @@ DESCRIPTION
human-readable real time (in UTC), with with boot time first so
that muliple generated log files can merged into one with
sort --merge.
+
+ timeprefix also marks when the program started and terminated.
diff --git a/timeprefix.1 b/timeprefix.1
index aef997a..c8b6449 100644
--- a/timeprefix.1
+++ b/timeprefix.1
@@ -16,3 +16,6 @@ boot time first so that muliple generated log files
can merged into one with
.B sort
.BR --merge .
+.PP
+.B timeprefix
+also marks when the program started and terminated.