4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / unvis / unvis.1
CommitLineData
0836b5cf
KB
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
6e06baf2 3.\"
3c6bcdf8 4.\" %sccs.include.redist.roff%
6e06baf2 5.\"
0836b5cf 6.\" @(#)unvis.1 8.1 (Berkeley) %G%
6e06baf2 7.\"
3c6bcdf8
CL
8.Dd
9.Dt UNVIS 1
3839a0e1 10.Os BSD 4.4
3c6bcdf8
CL
11.Sh NAME
12.Nm unvis
13.Nd "revert a visual representation of data back to original form"
14.Sh SYNOPSIS
15.Nm unvis
16.Op Ar file ...
17.Sh DESCRIPTION
18.Nm Unvis
19is the inverse function of
20.Xr vis 1 .
21It reverts
22a visual representation of data back to its original form on standard output.
23.Sh SEE ALSO
24.Xr vis 1 ,
25.Xr unvis 3 ,
26.Xr vis 3
27.Sh HISTORY
28The
29.Nm
3839a0e1
CL
30command appears in
31.Bx 4.4 .