From 94b5e3ff1dd81855814b66a88a2f8a9b984e90dd Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 4 Jan 2005 21:20:04 +0000 Subject: man pages changes --- man/man1/clog.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 man/man1/clog.1 (limited to 'man/man1/clog.1') 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 . -- cgit v1.2.3