aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-19 15:20:11 +0100
committerMattias Andrée <maandree@kth.se>2021-02-19 15:20:11 +0100
commit4b3bffb811bcb26fba619236eb74d373887d862c (patch)
treec1fbd2e5faf0d5ae7ce576e76914197101d9cd70
parentm (diff)
downloadtimeprefix-4b3bffb811bcb26fba619236eb74d373887d862c.tar.gz
timeprefix-4b3bffb811bcb26fba619236eb74d373887d862c.tar.bz2
timeprefix-4b3bffb811bcb26fba619236eb74d373887d862c.tar.xz
Update doc3
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README6
-rw-r--r--timeprefix.17
2 files changed, 6 insertions, 7 deletions
diff --git a/README b/README
index 46396dd..d051b61 100644
--- a/README
+++ b/README
@@ -5,9 +5,9 @@ SYNOPSIS
timeprefix
DESCRIPTION
- timeprefix ignores all arguments. It reads stdin line by line
- and prefix the current time (at the point the line has been
- fully read) to each line and prints the prefixed line to stdout.
+ timeprefix reads stdin line by line and prefix the current time
+ (at the point the line has been fully read) to each line and
+ prints the prefixed line to stdout.
The timestamp is written in both decimal boot time and
human-readable real time (in UTC), with with boot time first so
diff --git a/timeprefix.1 b/timeprefix.1
index c8b6449..088b3ef 100644
--- a/timeprefix.1
+++ b/timeprefix.1
@@ -5,10 +5,9 @@ timeprefix \- Prefix the current time to each line
.B timeprefix
.SH DESCRIPTION
.B timeprefix
-ignores all arguments. It reads stdin line by line
-and prefix the current time (at the point the line
-has been fully read) to each line and prints the
-prefixed line to stdout.
+ reads stdin line by line and prefix the current time
+(at the point the line has been fully read) to each
+line and prints the prefixed line to stdout.
.PP
The timestamp is written in both decimal boot time
and human-readable real time (in UTC), with with