aboutsummaryrefslogtreecommitdiff
path: root/man/man1/clog.1
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-04 21:20:04 +0000
committerrsc <devnull@localhost>2005-01-04 21:20:04 +0000
commit94b5e3ff1dd81855814b66a88a2f8a9b984e90dd (patch)
tree139e0823b11c4a272012be5387aef240bd05808e /man/man1/clog.1
parent1a0954abb80f92cd9940a21f11dd8f3a84518579 (diff)
downloadplan9port-94b5e3ff1dd81855814b66a88a2f8a9b984e90dd.tar.gz
plan9port-94b5e3ff1dd81855814b66a88a2f8a9b984e90dd.tar.bz2
plan9port-94b5e3ff1dd81855814b66a88a2f8a9b984e90dd.zip
man pages changes
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 .