aboutsummaryrefslogtreecommitdiff
path: root/man/man1/clog.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/clog.1')
-rw-r--r--man/man1/clog.118
1 files changed, 18 insertions, 0 deletions
diff --git a/man/man1/clog.1 b/man/man1/clog.1
new file mode 100644
index 00000000..401e5315
--- /dev/null
+++ b/man/man1/clog.1
@@ -0,0 +1,18 @@
+.TH CLOG 1
+.SH NAME
+auxclog \- create date-stamped console log
+.SH SYNOPSIS
+.B auxclog
+.I console
+.I logfile
+.SH DESCRIPTION
+.I Auxclog
+opens the file
+.I console
+and writes every line read from it, prefixed by the ASCII time, to the file
+.IR logfile .
+.SH SOURCE
+.B /usr/local/plan9/src/cmd/auxclog.c
+.SH BUGS
+Should be named
+.IR aux/clog .