diff options
Diffstat (limited to 'usr.bin/vis/vis.1')
| -rw-r--r-- | usr.bin/vis/vis.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/vis/vis.1 b/usr.bin/vis/vis.1 index 238972c7dc3..13c28067a11 100644 --- a/usr.bin/vis/vis.1 +++ b/usr.bin/vis/vis.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: vis.1,v 1.13 2004/04/22 06:53:43 lukem Exp $ +.\" $NetBSD: vis.1,v 1.14 2009/02/10 23:06:31 christos Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)vis.1 8.4 (Berkeley) 4/19/94 .\" -.Dd April 22, 2004 +.Dd February 10, 2009 .Dt VIS 1 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nd display non-printable characters in a visual format .Sh SYNOPSIS .Nm -.Op Fl bcfhlnostw +.Op Fl bcfhlmnostw .Op Fl e Ar extra .Op Fl F Ar foldwidth .Op Ar file ... @@ -99,6 +99,9 @@ Encode using the URI encoding from RFC 1808. Mark newlines with the visible sequence .Ql \e$ , followed by the newline. +.It Fl m +Encode using the MIME Quoted-Printable encoding from RFC 2045. +.Pq Dv VIS_MIMESTYLE .It Fl n Turns off any encoding, except for the fact that backslashes are still doubled and hidden newline sequences inserted if |
