Fix pasto: VIS_MIMESTYLE produces =XX, not %XX

This commit is contained in:
uwe 2012-12-15 00:48:19 +00:00
parent e4c8fcd833
commit df29ecae5b

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vis.3,v 1.29 2012/12/14 22:55:59 christos Exp $
.\" $NetBSD: vis.3,v 1.30 2012/12/15 00:48:19 uwe Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -374,7 +374,7 @@ represents a lower case hexadecimal digit.
Use MIME Quoted-Printable encoding as described in RFC 2045, only don't
break lines and don't handle CRLF.
The form is:
.Ql %XX
.Ql =XX
where
.Em X
represents an upper case hexadecimal digit.