aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-09 12:35:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-09 12:35:11 +1300
commit8596a223d1c99a71c2345a11ade542795aa18cc9 (patch)
tree0ca376797e9c4e79242c33c67aab24adfcbe394b /man
parentBreak long line in loc(1df) (diff)
downloaddotfiles-8596a223d1c99a71c2345a11ade542795aa18cc9.tar.gz
dotfiles-8596a223d1c99a71c2345a11ade542795aa18cc9.zip
Add clog(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/clog.1df15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/clog.1df b/man/man1/clog.1df
new file mode 100644
index 00000000..bb03765d
--- /dev/null
+++ b/man/man1/clog.1df
@@ -0,0 +1,15 @@
+.TH CLOG 1df "December 2016" "Manual page for clog"
+.SH NAME
+.B clog
+\- record timestamped logs in a file
+.SH SYNOPSIS
+.B clog
+getting real tired of all this overengineering
+^D
+.SH DESCRIPTION
+.B clog
+receives a message on stdin, timestamps it with a leading date(1), and writes
+it to the file with path in environment variable CLOG, defaulting to ~/.clog,
+terminating each entry with two hyphens.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>