Module Name:    src
Committed By:   uwe
Date:           Sat Dec 15 00:48:19 UTC 2012

Modified Files:
        src/lib/libc/gen: vis.3

Log Message:
Fix pasto: VIS_MIMESTYLE produces =XX, not %XX


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/vis.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/vis.3
diff -u src/lib/libc/gen/vis.3:1.29 src/lib/libc/gen/vis.3:1.30
--- src/lib/libc/gen/vis.3:1.29	Fri Dec 14 22:55:59 2012
+++ src/lib/libc/gen/vis.3	Sat Dec 15 00:48:19 2012
@@ -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 digi
 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.

Reply via email to