[BACK]Return to vis.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / vis

Diff for /src/usr.bin/vis/vis.1 between version 1.2 and 1.3

version 1.2, 1996/06/26 05:42:38 version 1.3, 1998/10/30 00:24:42
Line 46 
Line 46 
 .Op Fl F Ar foldwidth  .Op Fl F Ar foldwidth
 .Op Ar file ...  .Op Ar file ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Vis  .Nm vis
 is a filter for converting non-printable characters  is a filter for converting non-printable characters
 into a visual representation.  It differs from  into a visual representation.  It differs from
 .Ql cat -v  .Ql cat -v
Line 61 
Line 61 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl b  .It Fl b
 Turns off prepending of backslash before up-arrow control sequences  Turns off prepending of backslash before up-arrow control sequences
 and meta characters, and disables the doubling of backslashes.  This  and meta-characters, and disables the doubling of backslashes.  This
 produces output which is neither invertible or precise, but does  produces output which is neither invertible nor precise, but does
 represent a minimum of change to the input.  It is similar to  represent a minimum of change to the input.  It is similar to
 .Dq Li cat -v .  .Dq Li cat -v .
 .It Fl c  .It Fl c
Line 103 
Line 103 
 an invertible version of the  an invertible version of the
 .Xr fold 1  .Xr fold 1
 utility.  That is, the output  utility.  That is, the output
 can be unfolded by running the output through  can be unfolded by running the output through.
 .It Fl o  .It Fl o
 Request a format which displays non-printable characters as  Request a format which displays non-printable characters as
 an octal number, \eddd.  an octal number, \eddd.
Line 111 
Line 111 
 Only characters considered unsafe to send to a terminal are encoded.  Only characters considered unsafe to send to a terminal are encoded.
 This flag allows backspace, bell, and carriage return in addition  This flag allows backspace, bell, and carriage return in addition
 to the default space, tab and newline.  to the default space, tab and newline.
 .Xr unvis 1 .  
 .It Fl t  .It Fl t
 Tabs are also encoded.  Tabs are also encoded.
 .It Fl w  .It Fl w
Line 123 
Line 122 
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm  .Nm
 command appears in  command appeared in
 .Bx 4.4 .  .Bx 4.4 .

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3