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

Commit in docs/usefor (usepro.xml)



    Date: Tuesday, May 22, 2007 @ 11:47:36
  Author: eagle
Revision: 2992

Require a space before (Moderated) in application/news-groupinfo and
clarify the ABNF for the moderation-flag.

Modified:
  docs/usefor/usepro.xml

Modified: docs/usefor/usepro.xml
===================================================================
--- docs/usefor/usepro.xml	2007-05-22 18:45:26 UTC (rev 2991)
+++ docs/usefor/usepro.xml	2007-05-22 18:47:36 UTC (rev 2992)
@@ -1379,11 +1379,11 @@
                                ; "For your newsgroups file:"
       newsgroups-line     = newsgroup-name
                                [ 1*HTAB newsgroup-description ]
-                               [ 1*WSP moderation-flag ]
+                               [ *WSP moderation-flag ]
       newsgroup-description
                           = eightbit-utext *( *WSP eightbit-utext )
-      moderation-flag     = %x28.4D.6F.64.65.72.61.74.65.64.29
-                               ; case sensitive "(Moderated)"
+      moderation-flag     = SP "(" %4D.6F.64.65.72.61.74.65.64 ")"
+                               ; SPACE + case sensitive "(Moderated)"
       eightbit-utext      = utext / %d127-255
           </artwork>
         </figure>