changeset 968:d124a3f8b917

Clarify flag explanation.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Jun 2010 02:25:53 +0000
parents 68c91395d9a0
children f7b38b7468eb
files README.loc mkloc.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.loc	Sun Jun 13 00:32:38 2010 +0000
+++ b/README.loc	Sun Jun 13 02:25:53 2010 +0000
@@ -104,7 +104,7 @@
    with one of the following characters:
 
      '@' = Original creator/coder of the area.
-     '!' = Recoder or re-implementor.
+     '!' = Converter or recoder of the area.
      '%' = Maintainer (sometimes analogous to recoder, though.)
      '&' = Expander (added new things, but not original creator.)
 
--- a/mkloc.c	Sun Jun 13 00:32:38 2010 +0000
+++ b/mkloc.c	Sun Jun 13 02:25:53 2010 +0000
@@ -78,7 +78,7 @@
 
 
 #define NAME_ORIG           (0x00001)   /* '@' Original area name or coder */
-#define NAME_RECODER        (0x00002)   /* '!' Recoder of area */
+#define NAME_RECODER        (0x00002)   /* '!' Converter or recoder of area */
 #define NAME_MAINTAINER     (0x00004)   /* '%' Maintainer */
 #define NAME_EXPANDER       (0x00008)   /* '&' Expander, adding new things */