diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-13 17:20:22 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-13 17:20:22 +0100 |
| commit | fe13b9fe47ada55fd0704d4fd5b1de3035f1a6df (patch) | |
| tree | ffb04f2e70daab96acb16efe71995b793e12eafc | |
| parent | Fix whitespace (diff) | |
| download | timeprefix-fe13b9fe47ada55fd0704d4fd5b1de3035f1a6df.tar.gz timeprefix-fe13b9fe47ada55fd0704d4fd5b1de3035f1a6df.tar.bz2 timeprefix-fe13b9fe47ada55fd0704d4fd5b1de3035f1a6df.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | timeprefix.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ DESCRIPTION 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 + human-readable real time (in UTC), with the boot time first so that muliple generated log files can merged into one with sort --merge. diff --git a/timeprefix.1 b/timeprefix.1 index 2e83572..593ed4f 100644 --- a/timeprefix.1 +++ b/timeprefix.1 @@ -10,7 +10,7 @@ timeprefix \- Prefix the current time to each line 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 +and human-readable real time (in UTC), with the boot time first so that muliple generated log files can merged into one with .B sort |
