stdio.h defines BUFSIZ
[unix-history] / usr / src / usr.bin / uucp / uulog / uulog.1
CommitLineData
daacd5f0 1.\" Copyright (c) 1986,1990 Regents of the University of California.
41cc26ae
KM
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
1685f327 5.\" @(#)uulog.1 6.4 (Berkeley) %G%
41cc26ae 6.\"
daacd5f0 7.TH UULOG 1 "%Q"
41cc26ae
KM
8.UC 6
9.SH NAME
10uulog \- display \s-1UUCP\s0 log files
11.SH SYNOPSIS
12.B uulog
13[
14.B \-s
15.I sys
16] [
17.B \-u
18.I user
19]
20.SH DESCRIPTION
21.I Uulog
22queries a log
23of
f68c9796 24.IR uucp (1)
41cc26ae 25and
f68c9796 26.IR uux (1)
41cc26ae 27transactions in the file
daacd5f0 28.B /var/spool/uucp/\s-1LOGFILE.\s0
41cc26ae
KM
29.PP
30The options command
31.I uulog
32to print logging information:
33.TP 8
34.BI \-s sys\^
35Print information about work involving system
36.IR sys .
37.TP 8
38.BI \-u user\^
39Print information about work done for the specified
40.IR user .
41.SH FILES
1685f327 42/var/spool/uucp/\s-1LOGFILE\s0
41cc26ae 43.SH SEE ALSO
f68c9796 44uucp(1), uux(1).
41cc26ae
KM
45.SH NOTES
46Very early releases of \s-1UUCP\s0 used separate log files
47for each of the \s-1UUCP\s0 utilities;
48.I uulog
49was used to merge the individual logs into a master file.
50This capability has not been necessary for some time and is
51no longer supported.
52.SH BUGS
53\s-1UUCP\s0's recording of which user issued a request is unreliable.
54.PP
55.I Uulog
56is little more than an overspecialized version of
57.IR grep (1).