diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
| commit | aee4b07b8a049bdc57cefcbb82bebeb6f341859a (patch) | |
| tree | d2baf06176c4135542f5717a0fa9b45752f77e4f /usr.bin/rup | |
| parent | c8194f0876b272d70833a6b91ec566314a02050a (diff) | |
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Diffstat (limited to 'usr.bin/rup')
| -rw-r--r-- | usr.bin/rup/Makefile | 6 | ||||
| -rw-r--r-- | usr.bin/rup/rup.1 | 4 | ||||
| -rw-r--r-- | usr.bin/rup/rup.c | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index f295742eb73..4554dc167a2 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,8 +1,4 @@ -# -# a makefile for /usr/bin/rup -# -# $Header: /cvsroot/src/usr.bin/rup/Makefile,v 1.2 1993/06/04 14:53:53 brezak Exp $ -# +# $Id: Makefile,v 1.3 1993/08/02 17:55:38 mycroft Exp $ PROG = rup MAN1= rup.0 diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index c332abb335d..00d9242f10a 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -29,6 +31,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id: rup.1,v 1.4 1993/08/02 17:55:40 mycroft Exp $ +.\" .Dd June 7, 1993 .Dt RUP 1 .Os BSD 4.3 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 53267d8fbd3..70f6c802592 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: rup.c,v 1.5 1993/08/02 17:55:42 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <string.h> #include <time.h> |
