xref: /csrg-svn/usr.bin/uucp/uulog/uulog.1 (revision 62397)
1*62397Sbostic.\" Copyright (c) 1991, 1993, 19861990
2*62397Sbostic.\"	The Regents of the University of California.  All rights reserved.
327378Smckusick.\"
448585Scael.\" %sccs.include.redist.man%
527378Smckusick.\"
6*62397Sbostic.\"     @(#)uulog.1	8.1 (Berkeley) 06/06/93
748585Scael.\"
848585Scael.Dd
948585Scael.Dt UULOG 1
1048585Scael.Os BSD 4.3
1148585Scael.Sh NAME
1248585Scael.Nm uulog
1348585Scael.Nd display
1448585Scael.Tn UUCP
1548585Scaellog entries
1648585Scael.Sh SYNOPSIS
1748585Scael.Nm uulog
1848585Scael.Op Fl s Ar sys
1948585Scael.Op Fl u Ar user
2048585Scael.Sh DESCRIPTION
2148585ScaelThe
2248585Scael.Nm uulog
2348585Scaelprogram displays
2448585Scael.Xr uucp 1
2527378Smckusickand
2648585Scael.Xr uux 1
2748585Scaellog entries from the file
2848585Scael.Pa /var/spool/uucp/LOGFILE .
2948585Scael.Pp
3048585ScaelOptions supported by
3148585Scael.Nm uulog :
3248585Scael.Bl -tag -width Ar
3348585Scael.It Fl s Ar sys
3448585ScaelDisplay all entries logged which include the system named
3548585Scael.Ar sys .
3648585Scael.It Fl u Ar user
3748585ScaelDisplay only entries which include the user name
3848585Scael.Ar user .
3948585Scael.El
4048585Scael.Sh FILES
4148585Scael.Bl -tag -width /usr/spool/uucp/LOGFILEXx
4248585Scael.It Pa /usr/spool/uucp/LOGFILE
4348585ScaelLogfile of all uucp events.
4448585Scael.El
4548585Scael.Sh SEE ALSO
4648585Scael.Xr uucp 1 ,
4748585Scael.Xr uux 1 .
4848585Scael.Sh NOTES
4948585ScaelVery early releases of
5048585Scael.Tn UUCP
5148585Scaelused separate log files
5248585Scaelfor each of the
5348585Scael.Tn UUCP
5448585Scaelutilities;
5548585Scael.Nm uulog
5627378Smckusickwas used to merge the individual logs into a master file.
5727378SmckusickThis capability has not been necessary for some time and is
5827378Smckusickno longer supported.
5948585Scael.Sh BUGS
6048585Scael.Tn UUCP Ns 's
6148585Scaelrecording of which user issued a request is unreliable.
6248585Scael.Pp
6348585ScaelThe
6448585Scael.Nm uulog
6548585Scaelprogram
6627378Smckusickis little more than an overspecialized version of
6748585Scael.Xr grep 1 .
6848585Scael.Sh HISTORY
6948585ScaelA
7048585Scael.Nm
7148585Scaelcommand appeared in
7248585Scael.At 32v .
73