- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 May 2011 14:21:06 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv7375
Modified Files:
file-dir-sys.html
Log Message:
no "attribute" keyword in exceptions (editorial bug fix)
Index: file-dir-sys.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-dir-sys.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- file-dir-sys.html 4 May 2011 18:08:01 -0000 1.32
+++ file-dir-sys.html 6 May 2011 14:21:04 -0000 1.33
@@ -1567,7 +1567,7 @@
<dd> </dd>
<dt>const unsigned short PATH_EXISTS_ERR = 12</dt>
<dd> </dd>
- <dt>readonly attribute unsigned short code</dt>
+ <dt>readonly unsigned short code</dt>
<dd>
The <a>code</a> attribute, on getting, MUST return one of the
constants of the <a>FileException</a> exception, which MUST be the
Received on Friday, 6 May 2011 14:21:07 UTC