BSD 4_4 release
[unix-history] / usr / src / usr.bin / uucp / uuclean / uuclean.8
index 9d7e8a3..e3b39c8 100644 (file)
@@ -1,57 +1,89 @@
-.\" Copyright (c) 1983 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1983, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\"
-.\"    @(#)uuclean.8   6.5 (Berkeley) %G%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.TH UUCLEAN 8 ""
-.UC 5
-.SH NAME
-uuclean \- uucp spool directory clean-up
-.SH SYNOPSIS
-.B /usr/lib/uucp/uuclean
-[
-.B -m
-] [
-.BI -n time
-] [
-.BI -p pre
-]
-.SH DESCRIPTION
-.I Uuclean
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\"     @(#)uuclean.8  8.1 (Berkeley) 6/6/93
+.\"
+.Dd June 6, 1993
+.Dt UUCLEAN 8
+.Os BSD 4.2
+.Sh NAME
+.Nm uuclean
+.Nd uucp spool directory clean-up
+.Sh SYNOPSIS
+.Nm uuclean
+.Op Fl d Ns Ar subdirectory
+.Op Fl m
+.Op Fl n Ns Ar time
+.Op Fl p Ns Ar pre
+.Sh DESCRIPTION
+.Xr Uuclean
 will scan the spool directory for files with the
 specified prefix and delete all those which are
 older than the specified number of hours.
 will scan the spool directory for files with the
 specified prefix and delete all those which are
 older than the specified number of hours.
-.PP
+.Pp
 The following options are available.
 The following options are available.
-.TP 8
-.BI \-p pre
-Scan for files with
-.I pre
-as the file prefix.
-Up to 10
-.B \-p
-arguments may be specified.
-.TP
-.BI \-n time
+.Bl -tag -width Ds
+.It Fl d Ns Ar subdirectory
+Only the specified subdirectory will be cleaned.
+.It Fl m
+Send mail to the owner of the file
+when it is deleted.
+.It Fl n Ns Ar time
 Files whose age is more than
 Files whose age is more than
-.I time
+.Ar time
 hours will be deleted if the prefix
 test is satisfied.
 (default time is 72 hours)
 hours will be deleted if the prefix
 test is satisfied.
 (default time is 72 hours)
-.TP 8
-.B \-m
-Send mail to the owner of the file
-when it is deleted.
-.TP
-.BI \-d subdirectory
-Only the specified subdirectory will be cleaned.
-.PP
+.It Fl p Ns Ar pre
+Scan for files with
+.Ar pre
+as the file prefix.
+Up to 10
+.Fl p
+arguments may be specified.
+.El
+.Pp
 This program will typically be run daily by
 This program will typically be run daily by
-.IR cron (8).
-.SH FILES
-.TP 22
-/var/spool/uucp
+.Xr cron 8 .
+.Sh FILES
+.Bl -tag -width /var/spool/uucp
+.It Pa /var/spool/uucp
 Spool directory
 Spool directory
-.SH SEE ALSO
-uucp(1), uux(1), uucico(8)
+.El
+.Sh SEE ALSO
+.Xr uucp 1 ,
+.Xr uux 1 ,
+.Xr uucico 8
+.Sh HISTORY
+The
+.Nm
+command appeared in
+.Bx 4.2 .