Parcourir la source

* Changed comments at top of -C slighty

svn: 1721
Bryan Drewery il y a 21 ans
Parent
commit
ad0b0288ec
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/conf.c

+ 1 - 1
src/conf.c

@@ -668,7 +668,7 @@ writeconf(char *filename, FILE * stream, int bits)
   }
 #ifndef CYGWIN_HACKS
   comment("# Lines beginning with # are what the preceeding line SHOULD be");
-  comment("# They are also ignored during parsing\n");
+  comment("# They are simply comments and are not parsed at all.\n");
 
   my_write(f, "! uid %d\n", conffile.uid);