=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vis/vis.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/vis/vis.1 1996/06/26 05:42:38 1.2 --- src/usr.bin/vis/vis.1 1998/10/30 00:24:42 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: vis.1,v 1.2 1996/06/26 05:42:38 deraadt Exp $ .\" $NetBSD: vis.1,v 1.5 1994/11/17 07:56:00 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 --- 1,4 ---- ! .\" $OpenBSD: vis.1,v 1.3 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: vis.1,v 1.5 1994/11/17 07:56:00 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 *************** *** 46,52 **** .Op Fl F Ar foldwidth .Op Ar file ... .Sh DESCRIPTION ! .Nm Vis is a filter for converting non-printable characters into a visual representation. It differs from .Ql cat -v --- 46,52 ---- .Op Fl F Ar foldwidth .Op Ar file ... .Sh DESCRIPTION ! .Nm vis is a filter for converting non-printable characters into a visual representation. It differs from .Ql cat -v *************** *** 61,68 **** .Bl -tag -width Ds .It Fl b Turns off prepending of backslash before up-arrow control sequences ! and meta characters, and disables the doubling of backslashes. This ! produces output which is neither invertible or precise, but does represent a minimum of change to the input. It is similar to .Dq Li cat -v . .It Fl c --- 61,68 ---- .Bl -tag -width Ds .It Fl b Turns off prepending of backslash before up-arrow control sequences ! and meta-characters, and disables the doubling of backslashes. This ! produces output which is neither invertible nor precise, but does represent a minimum of change to the input. It is similar to .Dq Li cat -v . .It Fl c *************** *** 103,109 **** an invertible version of the .Xr fold 1 utility. That is, the output ! can be unfolded by running the output through .It Fl o Request a format which displays non-printable characters as an octal number, \eddd. --- 103,109 ---- an invertible version of the .Xr fold 1 utility. That is, the output ! can be unfolded by running the output through. .It Fl o Request a format which displays non-printable characters as an octal number, \eddd. *************** *** 111,117 **** Only characters considered unsafe to send to a terminal are encoded. This flag allows backspace, bell, and carriage return in addition to the default space, tab and newline. - .Xr unvis 1 . .It Fl t Tabs are also encoded. .It Fl w --- 111,116 ---- *************** *** 123,127 **** .Sh HISTORY The .Nm ! command appears in .Bx 4.4 . --- 122,126 ---- .Sh HISTORY The .Nm ! command appeared in .Bx 4.4 .