Sync with 4.4lite2

This commit is contained in:
jtc 1995-09-01 01:42:41 +00:00
parent 7642736cd5
commit af8b52d6db
3 changed files with 19 additions and 14 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/31 15:22:59 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.3 1995/09/01 01:42:41 jtc Exp $
PROG= fold

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1980 The Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: fold.1,v 1.5 1995/09/01 01:42:42 jtc Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@ -29,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fold.1 6.5 (Berkeley) 5/6/91
.\" $Id: fold.1,v 1.4 1993/08/28 04:30:00 jtc Exp $
.\" @(#)fold.1 8.1 (Berkeley) 6/6/93
.\"
.Dd May 6, 1991
.Dd June 6, 1993
.Dt FOLD 1
.Os
.Sh NAME

View File

@ -1,6 +1,8 @@
/* $NetBSD: fold.c,v 1.6 1995/09/01 01:42:44 jtc Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Kevin Ruddy.
@ -35,14 +37,16 @@
*/
#ifndef lint
char copyright[] =
"@(#) Copyright (c) 1990 The Regents of the University of California.\n\
All rights reserved.\n";
static char copyright[] =
"@(#) Copyright (c) 1990, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)fold.c 5.5 (Berkeley) 6/1/90";*/
static char rcsid[] = "$Id: fold.c,v 1.5 1993/10/13 18:34:13 jtc Exp $";
#if 0
static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93";
#endif
static char rcsid[] = "$NetBSD: fold.c,v 1.6 1995/09/01 01:42:44 jtc Exp $";
#endif /* not lint */
#include <stdio.h>