- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Jun 2010 09:46:43 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy
In directory hutz:/tmp/cvs-serv17092
Modified Files:
Profile.html
Log Message:
typo in ABNF
Index: Profile.html
===================================================================
RCS file: /sources/public/2009/dap/policy/Profile.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Profile.html 15 Jun 2010 09:41:45 -0000 1.3
+++ Profile.html 15 Jun 2010 09:46:40 -0000 1.4
@@ -71,7 +71,7 @@
"md5" / "md2" / token
; Additional hash functions can only come
; from updates to [[!RFC3279]]
-Fingerprint = 2UHEX *(":" 2UHEX)
+fingerprint = 2UHEX *(":" 2UHEX)
; Each byte in upper-case hex, separated
; by colons.
UHEX = DIGIT / %x41-46 ; A-F uppercase </code></pre>
Received on Tuesday, 15 June 2010 09:46:44 UTC