[BACK]Return to rcsclean.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rcs

Annotation of src/usr.bin/rcs/rcsclean.1, Revision 1.1

1.1     ! joris       1: .\"     $OpenBSD: ci.1,v 1.1 2005/10/08 16:18:36 niallo Exp $
        !             2: .\"
        !             3: .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org>
        !             4: .\" All rights reserved.
        !             5: .\"
        !             6: .\" Permission to use, copy, modify, and distribute this software for any
        !             7: .\" purpose with or without fee is hereby granted, provided that the above
        !             8: .\" copyright notice and this permission notice appear in all copies.
        !             9: .\"
        !            10: .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
        !            11: .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        !            12: .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
        !            13: .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        !            14: .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
        !            15: .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
        !            16: .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        !            17: .Dd October 08, 2005
        !            18: .Dt RCSCLEAN 1
        !            19: .Os
        !            20: .Sh NAME
        !            21: .Nm rcsclean
        !            22: .Nd clean up working files
        !            23: .Sh SYNOPSIS
        !            24: .Nm
        !            25: .Bk -words
        !            26: .Op Fl nqV
        !            27: .Op Fl k Ar mode
        !            28: .Op Fl r Ar rev
        !            29: .Ar file ...
        !            30: .Ek
        !            31: .Sh DESCRIPTION
        !            32: The
        !            33: .Nm
        !            34: program is used to remove files that are not being worked on.
        !            35: .Pp
        !            36: The following options are supported:
        !            37: .Bl -tag -width Ds
        !            38: .It Fl k
        !            39: Specify the keyword substitution mode.
        !            40: .It Fl n
        !            41: Dry-run mode. When this option is specified
        !            42: .Nm
        !            43: will show you what it would normally do without doing it.
        !            44: .It Fl q
        !            45: Be quiet about reporting.
        !            46: .It Fl r Ar rev
        !            47: Specify the revision for comparison.
        !            48: .It Fl V
        !            49: Print RCS's version number.
        !            50: .El
        !            51: .Sh ENVIRONMENT
        !            52: .Bl -tag -width RCSINIT
        !            53: .It Ev RCSINIT
        !            54: If set, this variable should contain a list of space-delimited options that
        !            55: are prepended to the argument list.
        !            56: .El
        !            57: .Sh SEE ALSO
        !            58: .Xr co 1 ,
        !            59: .Xr rcs 1 ,
        !            60: .Xr rcsdiff 1 ,
        !            61: .Xr rcsfile 5