Merged with 4.4lite
Changed to conform to NetBSD's new RCS Id convention.
This commit is contained in:
parent
3ed25c1fb4
commit
9aa7d87adb
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 5.1 (Berkeley) 6/1/90
|
||||
# $Id: Makefile,v 1.2 1993/07/30 23:49:28 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1994/12/06 07:36:07 jtc Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= unvis
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\" $NetBSD: unvis.1,v 1.3 1994/12/06 07:36:08 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 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,12 +31,11 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)unvis.1 5.2 (Berkeley) 4/23/91
|
||||
.\" $Id: unvis.1,v 1.2 1993/08/01 07:26:55 mycroft Exp $
|
||||
.\" @(#)unvis.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd April 23, 1991
|
||||
.Dd June 6, 1993
|
||||
.Dt UNVIS 1
|
||||
.Os
|
||||
.Os BSD 4.4
|
||||
.Sh NAME
|
||||
.Nm unvis
|
||||
.Nd "revert a visual representation of data back to original form"
|
||||
@ -54,5 +55,5 @@ a visual representation of data back to its original form on standard output.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command
|
||||
.Ud .
|
||||
command appears in
|
||||
.Bx 4.4 .
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*-
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 1989, 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
|
||||
@ -32,14 +32,16 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
char copyright[] =
|
||||
"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
|
||||
All rights reserved.\n";
|
||||
static char copyright[] =
|
||||
"@(#) Copyright (c) 1989, 1993\n\
|
||||
The Regents of the University of California. All rights reserved.\n";
|
||||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)unvis.c 5.1 (Berkeley) 6/1/90";*/
|
||||
static char rcsid[] = "$Id: unvis.c,v 1.2 1993/08/01 18:03:50 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
static char rcsid[] = "$Id: unvis.c,v 1.3 1994/12/06 07:36:10 jtc Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user