Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Fix pasto: VIS_MIMESTYLE produces =XX, not %XX



details:   https://anonhg.NetBSD.org/src/rev/1620c3035b48
branches:  trunk
changeset: 783324:1620c3035b48
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Dec 15 00:48:19 2012 +0000

description:
Fix pasto: VIS_MIMESTYLE produces =XX, not %XX

diffstat:

 lib/libc/gen/vis.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 25c14849b788 -r 1620c3035b48 lib/libc/gen/vis.3
--- a/lib/libc/gen/vis.3        Sat Dec 15 00:07:47 2012 +0000
+++ b/lib/libc/gen/vis.3        Sat Dec 15 00:48:19 2012 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index