浏览代码

* Changed comments at top of -C slighty

svn: 1721
Bryan Drewery 21 年之前
父节点
当前提交
ad0b0288ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);