Module Name: src
Committed By: uwe
Date: Sat Dec 15 02:38:47 UTC 2012
Modified Files:
src/lib/libc/gen: unvis.3
Log Message:
Add BUGS section that explains that names VIS_HTTP1808 and VIS_HTTP1866
are wrong (hi, christos).
ok christos@
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/unvis.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/unvis.3
diff -u src/lib/libc/gen/unvis.3:1.25 src/lib/libc/gen/unvis.3:1.26
--- src/lib/libc/gen/unvis.3:1.25 Sat Dec 15 02:08:13 2012
+++ src/lib/libc/gen/unvis.3 Sat Dec 15 02:38:46 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: unvis.3,v 1.25 2012/12/15 02:08:13 uwe Exp $
+.\" $NetBSD: unvis.3,v 1.26 2012/12/15 02:38:46 uwe Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -247,3 +247,12 @@ and
.Fn strnunvisx
functions appeared in
.Nx 6.0 .
+.Sh BUGS
+.Dv VIS_HTTP1808
+and
+.Dv VIS_HTTP1866
+names are wrong.
+Percent-encoding was defined in RFC 1738, the original RFC for URL.
+RFC 1866 defines HTML 2.0, an application of SGML, from which it
+inherits concepts of numeric character references and entity
+references.