소스 검색

* 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);